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_adc
|
||||||
FEATURES_OPTIONAL += periph_spi
|
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
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -85,6 +85,9 @@ endif
|
|||||||
# don't compile themselves and re-create signed images, thus add the required
|
# 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.
|
# files here so they will be submitted along with the test jobs.
|
||||||
TEST_EXTRA_FILES += $(SLOT_RIOT_ELFS) $(SUIT_SEC) $(SUIT_PUB)
|
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
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user