mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
Makefile.docker: Add tests-% as possible makefile goals
This commit is contained in:
parent
8145547659
commit
97b306d6d9
@ -7,6 +7,7 @@ export DOCKER_MAKECMDGOALS_POSSIBLE = \
|
|||||||
buildtest \
|
buildtest \
|
||||||
scan-build \
|
scan-build \
|
||||||
scan-build-analyze \
|
scan-build-analyze \
|
||||||
|
tests-% \
|
||||||
#
|
#
|
||||||
export DOCKER_MAKECMDGOALS = $(filter $(DOCKER_MAKECMDGOALS_POSSIBLE),$(MAKECMDGOALS))
|
export DOCKER_MAKECMDGOALS = $(filter $(DOCKER_MAKECMDGOALS_POSSIBLE),$(MAKECMDGOALS))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user