Started adding a Perl test framework. Need to work out how to print JUnit test results though...

This commit is contained in:
Bernard Davison
2012-03-04 23:11:18 +11:00
parent da12d67fb5
commit debabf1697
3 changed files with 28 additions and 0 deletions
+3
View File
@@ -281,3 +281,6 @@ sw/simulator/launchsitl:
%.hgt.zip:
cd data/srtm; $(MAKE) $(@)
test: all
cd tests; $(MAKE) $(@)