[tests] rename examples folder to aircrafts

This commit is contained in:
Felix Ruess
2015-09-25 14:02:43 +02:00
parent ec3cd9eac5
commit 7a5d25f93b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ test: test_math test_examples
# compiles all aircrafts in conf_tests.xml
test_examples: all
CONF_XML=conf/conf_tests.xml prove tests/examples/
CONF_XML=conf/conf_tests.xml prove tests/aircrafts/
test_all_confs: all
$(Q)$(eval $CONFS:=$(shell ./find_confs.py))