From 0a553401c8c867ebaa5ec3704390165e9f49eb56 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser <kaspar@schleiser.de> Date: Wed, 21 Mar 2018 14:38:57 +0100 Subject: [PATCH] tests/unittests: support CI on-hardware testing --- tests/unittests/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index ef8913dd58..839c9fd339 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -227,12 +227,18 @@ BASELIBS += $(UNIT_TESTS:%=$(BINDIR)/%.a) INCLUDES += -I$(RIOTBASE)/tests/unittests/common +# list of boards to run CI tests on +TEST_ON_CI_WHITELIST += all + include $(RIOTBASE)/Makefile.include .PHONY: $(UNIT_TESTS) all: +info-unittests: + @echo $(UNIT_TESTS) + $(UNIT_TESTS): all charCOMMA := , -- GitLab