1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: make test_utils_print_stack_usage a default module

This commit is contained in:
Kaspar Schleiser 2020-08-06 13:27:13 +02:00
parent 2ba85c1bc8
commit 47dd3b1889

View File

@ -6,6 +6,8 @@ ifneq (,$(wildcard $(CURDIR)/tests*/.))
ifeq (1,$(TEST_KCONFIG))
KCONFIG_ADD_CONFIG += $(RIOTBASE)/tests/test_interactive.config
endif
DEFAULT_MODULE += test_utils_print_stack_usage
endif
ifneq (,$(filter tests_driver_%,$(APPLICATION)))