Expose the testsuite in the Makefile
This commit is contained in:
parent
bc29d468ca
commit
adc9348e80
@ -22,4 +22,4 @@ addons:
|
|||||||
script:
|
script:
|
||||||
- make -j
|
- make -j
|
||||||
- clang-format-3.5 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
|
- clang-format-3.5 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
|
||||||
- ./travis/run-tests.pl
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user