mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples: set TESTRUNNER_RESET_AFTER_TERM for examples/%/tests
This commit is contained in:
parent
a77594a348
commit
ebd5acc2fa
@ -27,4 +27,8 @@ RIOT_TERMINAL ?= miniterm
|
||||
FEATURES_OPTIONAL += periph_adc
|
||||
FEATURES_OPTIONAL += periph_spi
|
||||
|
||||
# For now `examples/%/tests" still rely on the test applicaton being reset after
|
||||
# a terminal is opened to synchronize.
|
||||
TESTRUNNER_RESET_AFTER_TERM ?= 1
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -85,6 +85,9 @@ endif
|
||||
# don't compile themselves and re-create signed images, thus add the required
|
||||
# files here so they will be submitted along with the test jobs.
|
||||
TEST_EXTRA_FILES += $(SLOT_RIOT_ELFS) $(SUIT_SEC) $(SUIT_PUB)
|
||||
# For now `examples/%/tests" still rely on the test applicaton being reset after
|
||||
# a terminal is opened to synchronize.
|
||||
TESTRUNNER_RESET_AFTER_TERM ?= 1
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user