Patched AC and Fligtplans to be compatible with latest XML syntax

This commit is contained in:
Open UAS
2017-05-30 07:50:54 +02:00
committed by Developer
parent c2e44e80cc
commit 66fd00255b
11 changed files with 137 additions and 33 deletions
+8
View File
@@ -311,6 +311,14 @@ test_coverity: all
# test AggieAir conf
test_aggieair: all
CONF_XML=conf/airframes/AGGIEAIR/aggieair_conf.xml prove tests/aircrafts/
# test Open UAS conf
test_openuas: all
CONF_XML=conf/userconf/OPENUAS/openuas_conf.xml prove tests/aircrafts/
# test TU Delft conf
test_tudelft: all
CONF_XML=conf/userconf/TUDELFT/tudelft_flyable_conf.xml prove tests/aircrafts/
# compiles all aircrafts in conf_tests.xml
test_examples: all