enable coverage and run tests

This commit is contained in:
john30
2016-05-27 10:07:09 +02:00
parent d0a011a9c7
commit 6ce36802ce
+4 -1
View File
@@ -1,4 +1,7 @@
language: cpp
script: ./autogen.sh && ./configure && make
script:
- ./autogen.sh --enable-coverage && make all test
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)
- ./src/ebusd/ebusd --help
after_success:
- bash <(curl -s https://codecov.io/bash)