From ecd174c488deb1ff4c0b8bee53995210415884a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Tue, 28 May 2019 20:24:57 +0200 Subject: [PATCH] tests/unittests: remove unused LARGE_STACK_TESTS All tests that were in LARGE_STACK_TESTS have been moved out of the directory. This handling is not needed anymore. --- tests/unittests/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index 1a28971b70..9b13107b09 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -246,10 +246,6 @@ ifneq (,$(filter tests-cpp_%, $(UNIT_TESTS))) export CPPMIX := 1 endif -ifneq (,$(filter $(LARGE_STACK_TESTS), $(UNIT_TESTS))) - CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(4*THREAD_STACKSIZE_DEFAULT+THREAD_EXTRA_STACKSIZE_PRINTF\) -endif - DISABLE_MODULE += auto_init # Pull in `Makefile.include`s from the test suites: