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:
parent
c5042e2099
commit
15d9eaffd4
3 changed files with 39 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue