Repository: incubator-hawq Updated Branches: refs/heads/master 02411abad -> 541cf4211
HAWQ-729. Restore make installcheck in makefile. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/541cf421 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/541cf421 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/541cf421 Branch: refs/heads/master Commit: 541cf4211a05820a848a3e4762ef2e7662fa3cc3 Parents: 02411ab Author: hzhang2 <[email protected]> Authored: Wed May 11 12:56:43 2016 +0800 Committer: hzhang2 <[email protected]> Committed: Wed May 11 12:56:43 2016 +0800 ---------------------------------------------------------------------- src/test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/541cf421/src/test/Makefile ---------------------------------------------------------------------- diff --git a/src/test/Makefile b/src/test/Makefile index 9bc9b5c..87871ad 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -11,11 +11,11 @@ # #------------------------------------------------------------------------- -#.DEFAULT: -# $(MAKE) -C regress $@ - .PHONY: feature_test clean distclean +.DEFAULT: + $(MAKE) -C regress $@ + feature_test: $(MAKE) -C feature all
