1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Added junittest XML test results.

This commit is contained in:
Anders Hoglund 2016-10-16 17:48:31 +02:00
parent c5042e2099
commit 15d9eaffd4
3 changed files with 39 additions and 9 deletions

View file

@ -826,8 +826,9 @@ targets:
$(V0) @echo "Base target: $(BASE_TARGET)"
## test : run the cleanflight test suite
test:
$(V0) cd src/test && $(MAKE) test || true
## junittest : run the cleanflight test suite, producing Junit XML result files.
test junittest:
$(V0) cd src/test && $(MAKE) $@ || true
# rebuild everything when makefile changes
$(TARGET_OBJS) : Makefile