Skip to content

Instantly share code, notes, and snippets.

@kaspar030
Created March 16, 2019 21:42
Show Gist options
  • Save kaspar030/f0aea004975fb5ba61f424584d0c0aa8 to your computer and use it in GitHub Desktop.
Save kaspar030/f0aea004975fb5ba61f424584d0c0aa8 to your computer and use it in GitHub Desktop.
diff --git a/tests/minimal/Makefile b/tests/minimal/Makefile
index 9bb62e0d41..312d92a495 100644
--- a/tests/minimal/Makefile
+++ b/tests/minimal/Makefile
@@ -3,6 +3,9 @@ include ../Makefile.tests_common
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
-DISABLE_MODULE += auto_init
+CFLAGS += -DMAXTHREADS=2
+CFLAGS += -DSCHED_PRIO_LEVELS=2
+
+DISABLE_MODULE += auto_init core_msg
include $(RIOTBASE)/Makefile.include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment