mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/unittests: report results to the environment on native
This commit is contained in:
parent
deaa17cc27
commit
b274e8a117
@ -35,6 +35,7 @@ INCLUDES += -I$(RIOTBASE)/tests/unittests/common
|
|||||||
|
|
||||||
# some tests need more stack
|
# some tests need more stack
|
||||||
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE
|
||||||
|
CFLAGS += -DCONFIG_CORE_EXIT_WITH_MAIN=1
|
||||||
|
|
||||||
# for these boards, enable asan (Address Sanitizer)
|
# for these boards, enable asan (Address Sanitizer)
|
||||||
ASAN_BOARDS ?= native native64
|
ASAN_BOARDS ?= native native64
|
||||||
|
@ -49,7 +49,5 @@ int main(void)
|
|||||||
#ifndef NO_TEST_SUITES
|
#ifndef NO_TEST_SUITES
|
||||||
UNCURRY(RUN_TEST_SUITES, TEST_SUITES)
|
UNCURRY(RUN_TEST_SUITES, TEST_SUITES)
|
||||||
#endif
|
#endif
|
||||||
TESTS_END();
|
return TESTS_END();
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user