Repository: couchdb Updated Branches: refs/heads/master 4c91ba925 -> b1309602f
make: make `make check` depend on `all`, not `make javascript` Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0ecc136e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0ecc136e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0ecc136e Branch: refs/heads/master Commit: 0ecc136e82f97c672762fdd54f15aa82e7cdc8e5 Parents: 4c91ba9 Author: Jan Lehnardt <[email protected]> Authored: Mon Dec 28 20:30:22 2015 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Mon Dec 28 20:30:22 2015 +0100 ---------------------------------------------------------------------- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/0ecc136e/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index ee744e8..dfde520 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ fauxton: share/www .PHONY: check # target: check - Test everything -check: +check: all @$(MAKE) eunit @$(MAKE) javascript @$(MAKE) build-test @@ -105,7 +105,7 @@ eunit: couch .PHONY: javascript # target: javascript - Run JavaScript test suites or specific ones defined by suites option -javascript: all +javascript: @mkdir -p share/www/script/test ifeq ($(IN_RELEASE), true) @cp test/javascript/tests/lorem*.txt share/www/test/
