travis: add simple tests

pull/25/head
Roman Zeyde 9 years ago
parent f9df01c6e6
commit 1163992e5c

@ -0,0 +1,9 @@
language: c
install:
- sudo apt-get install check
script:
- make tests
- ./tests
Loading…
Cancel
Save