From c08078e44debefc09852566e4fc92c0b468614b9 Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Thu, 21 Dec 2017 13:23:23 +0100
Subject: [PATCH] tests/thread_priority_inversion: make Makefile adhere to
 conventions

---
 tests/thread_priority_inversion/Makefile | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/tests/thread_priority_inversion/Makefile b/tests/thread_priority_inversion/Makefile
index 5d95fab524..86954358d2 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
-- 
GitLab