From 640a69731cc41a52bbf7ecb1b5106db1ffccf28f Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 7 Mar 2017 07:37:06 -0800 Subject: [PATCH] tests/thread_flood: add test target to Makefile --- tests/thread_flood/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/thread_flood/Makefile b/tests/thread_flood/Makefile index 67d8dd404..1a78b3b86 100644 --- a/tests/thread_flood/Makefile +++ b/tests/thread_flood/Makefile @@ -4,3 +4,8 @@ include ../Makefile.tests_common DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include + +test: +# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. +# So clears `TERMFLAGS` before run. + TERMFLAGS= tests/test_thread.py