mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: automatically exit native when the test has finished
This commit is contained in:
parent
5164a6cc59
commit
da0298992e
@ -12,6 +12,9 @@ ifneq (,$(wildcard $(CURDIR)/tests*/.))
|
||||
endif
|
||||
endif
|
||||
|
||||
# terminate native when the test is complete
|
||||
CFLAGS += -DNATIVE_AUTO_EXIT=1
|
||||
|
||||
BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
QUIET ?= 1
|
||||
|
@ -4,6 +4,4 @@ USEMODULE += posix_headers
|
||||
USEMODULE += pthread
|
||||
USEMODULE += xtimer
|
||||
|
||||
CFLAGS += -DNATIVE_AUTO_EXIT
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user