fix travis config

use prove instead of make run_tests so it will use all tests in tests/examples
(we can add more without changing config)
This commit is contained in:
Felix Ruess
2014-11-07 14:54:20 +01:00
parent 8df5ffbadc
commit a21ea1e91d
+1 -1
View File
@@ -11,7 +11,7 @@ install:
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
script:
- make
- make run_tests J=AUTO TEST_FILES=examples/01_compile_all_test_targets.t
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/
notifications:
webhooks: