From 47dd3b1889c813550c1029d03c06c404a29d42cb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 6 Aug 2020 13:27:13 +0200 Subject: [PATCH] tests: make test_utils_print_stack_usage a default module --- tests/Makefile.tests_common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.tests_common b/tests/Makefile.tests_common index 506cc6ef65..64d7ac453c 100644 --- a/tests/Makefile.tests_common +++ b/tests/Makefile.tests_common @@ -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)))