Skip to content

Commit

Permalink
Top-level make test calls test/ dir's 'make env test'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsalterego committed Apr 19, 2017
1 parent 81254f5 commit d6d257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test
all:
test:
@cd test && make test
@cd test && make env test

0 comments on commit d6d257e

Please sign in to comment.