Skip to content

Commit

Permalink
Makefile.docker: Add tests-% as possible makefile goals
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim Nohlgård committed Jul 14, 2016
1 parent 8145547 commit 97b306d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export DOCKER_MAKECMDGOALS_POSSIBLE = \
buildtest \
scan-build \
scan-build-analyze \
tests-% \
#
export DOCKER_MAKECMDGOALS = $(filter $(DOCKER_MAKECMDGOALS_POSSIBLE),$(MAKECMDGOALS))

Expand Down

0 comments on commit 97b306d

Please sign in to comment.