Skip to content

Commit

Permalink
tests/unittests: increase main stacksize to THREAD_STACKSIZE_LARGE
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jun 25, 2020
1 parent 0ccf94f commit f85f782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ BASELIBS += $(UNIT_TESTS:%=$(BINDIR)/%.a)

INCLUDES += -I$(RIOTBASE)/tests/unittests/common

# some tests need more stack
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE

include $(RIOTBASE)/Makefile.include

.PHONY: $(UNIT_TESTS)
Expand Down

0 comments on commit f85f782

Please sign in to comment.