[tests] simplify test targets

no more moving and restoring of the conf.xml
Test targets available now:
- test_math: doesn't care about conf nor needs any other pprz code built
- test_examples: compiles all aircrafts in conf_tests.xml, doesn't care about conf.xml
- test_sim: needs a valid conf.xml with the appropriate aircrafts (Microjet for now)
- test: only calls test_math and test_examples for now (no X needed, conf.xml is not read)
This commit is contained in:
Felix Ruess
2015-03-12 18:49:02 +01:00
parent 7be1f5d652
commit 0d5f6063e5
2 changed files with 13 additions and 16 deletions
+1 -3
View File
@@ -9,9 +9,7 @@ before_install:
install:
- sudo apt-get install paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi libipc-run-perl
script:
- make
- make -C tests/math test
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD CONF_XML=$PWD/conf/conf_tests.xml prove tests/examples/
- make test
notifications:
webhooks: