Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Makefile: add a toplevel target "test-complex"
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <obnox@redhat.com>
  • Loading branch information
obnoxxx authored and jarrpa committed Nov 24, 2017
1 parent ba9f63c commit 4885e9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test:
$(MAKE) -C tests test

.PHONY: test
complex-tests:
$(MAKE) -C tests/complex test

.PHONY: test complex-tests

0 comments on commit 4885e9c

Please sign in to comment.