[build] fix test_all_confs

This commit is contained in:
Felix Ruess
2015-09-21 11:37:21 +02:00
parent cbae67bbe5
commit 26bf34a54e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -319,8 +319,8 @@ test_examples: all
test_all_confs: all
$(Q)$(eval $CONFS:=$(shell ./find_confs.py))
@echo "Found $(words $($CONFS)) config files: $($CONFS)"
$(Q)$(foreach conf,$($CONFS),echo "Testing all aircrafts in conf: $(conf)" && CONF_XML=$(conf) prove tests/examples/ ;)
@echo "************\nFound $(words $($CONFS)) config files: $($CONFS)"
$(Q)$(foreach conf,$($CONFS),echo "\n************\nTesting all aircrafts in conf: $(conf)\n************" && (CONF_XML=$(conf) prove tests/examples/ || echo "failed $(conf)" >> TEST_ALL_CONFS_FAILED);) test -f TEST_ALL_CONFS_FAILED && cat TEST_ALL_CONFS_FAILED && rm -f TEST_ALL_CONFS_FAILED && exit 1
# run some math tests that don't need whole paparazzi to be built
test_math: