Disable new test/rt/variant tests
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15352 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
d6eb9a4d94
commit
72e49f4a86
|
@ -12,8 +12,10 @@ demos/various/RT-ARMCM4-MAKELIB/Makefile:
|
|||
testhal/STM32/STM32WLxx/Makefile: []
|
||||
|
||||
# Build different RT configuration variants and generate gcov files.
|
||||
test/rt/variant/make:
|
||||
- all
|
||||
- test
|
||||
- gcov
|
||||
- clean
|
||||
test/rt/variant/make: []
|
||||
# TODO: Not working well in CI, disabled until it is clear how to run
|
||||
# them properly.
|
||||
# - all
|
||||
# - test
|
||||
# - gcov
|
||||
# - clean
|
||||
|
|
Loading…
Reference in New Issue