mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Started adding a Perl test framework. Need to work out how to print JUnit test results though...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
PERL = perl
|
||||
TEST_VERBOSE=0
|
||||
ifeq ($(AIRCRAFT),)
|
||||
AIRCRAFT=*
|
||||
endif
|
||||
TEST_FILES = $(AIRCRAFT)/*.t
|
||||
|
||||
test:
|
||||
$(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE))" $(TEST_FILES)
|
||||
|
||||
Reference in New Issue
Block a user