diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile index 5d95fab52444eefed92789ef832139fa6874cf70..86954358d2cdd8e2d50e619ef6c5bbeb5757e992 100644 --- a/tests/thread_priority_inversion/Makefile +++ b/tests/thread_priority_inversion/Makefile @@ -1,21 +1,5 @@ -# name of your application -APPLICATION = thread_priority_inversion +include ../Makefile.tests_common -# If no BOARD is found in the environment, use this default: -BOARD ?= native - -# This has to be the absolute path to the RIOT base directory: -RIOTBASE ?= $(CURDIR)/../../ - -# Comment this out to disable code in RIOT that does safety checking -# which is not needed in a production environment but helps in the -# development process: -CFLAGS += -DDEVELHELP - -# Change this to 0 show compiler invocation lines by default: -QUIET ?= 1 - -# Modules to include: USEMODULE += xtimer BOARD_INSUFFICIENT_MEMORY := nucleo32-f031