mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
[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:
+1
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user