1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

Makefile.docker: Add tests-% as possible makefile goals

This commit is contained in:
Joakim Nohlgård 2016-07-14 06:15:01 +02:00
parent 8145547659
commit 97b306d6d9

View File

@ -7,6 +7,7 @@ export DOCKER_MAKECMDGOALS_POSSIBLE = \
buildtest \
scan-build \
scan-build-analyze \
tests-% \
#
export DOCKER_MAKECMDGOALS = $(filter $(DOCKER_MAKECMDGOALS_POSSIBLE),$(MAKECMDGOALS))