1
0
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:
Francisco Molina 2019-12-19 08:56:49 +01:00
parent a77594a348
commit ebd5acc2fa
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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