reintroduce make check tests

This commit is contained in:
Lev Walkin 2017-06-27 08:25:16 -07:00
parent af8595ad09
commit aadc1f9f59
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ script:
- autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage
- make -j8
- make check 2>&1 | tail -10000
- make distcheck
after_success:
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info