Merge pull request #11601 from cladmi/pr/unittests/remove_large_tests

tests/unittests: remove unused LARGE_STACK_TESTS
This commit is contained in:
Sebastian Meiling 2019-05-29 11:12:12 +02:00 committed by GitHub
commit 1216c5f3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: