summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2018-01-30 11:40:31 +0100
committerJan Lehnardt <jan@apache.org>2018-01-31 14:10:49 +0100
commit1c39e0c70f8ac1ac5959ae86c84ba9d3f3f9df9e (patch)
tree82ba075e909794f52194857146e6075f367fe2e5
parent960a6f9dcca7ece74838e377b091050284a3233a (diff)
downloadcouchdb-1c39e0c70f8ac1ac5959ae86c84ba9d3f3f9df9e.tar.gz
feat: add quorum tests to make check
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05a1f3982..8ccbf820c 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,8 @@ fauxton: share/www
.PHONY: check
# target: check - Test everything
check: all
+ @$(MAKE) test-cluster-with-quorum
+ @$(MAKE) test-cluster-without-quorum
@$(MAKE) eunit
@$(MAKE) javascript
@$(MAKE) mango-test
@@ -129,6 +131,7 @@ endif
'test/javascript/run --suites "$(suites)" \
--ignore "$(ignore_js_suites)"'
+# TODO: port to Makefile.win
.PHONY: test-cluster-with-quorum
test-cluster-with-quorum:
@mkdir -p share/www/script/test
@@ -146,6 +149,7 @@ endif
--ignore "$(ignore_js_suites)" \
--path test/javascript/tests-cluster/with-quorum'
+# TODO: port to Makefile.win
.PHONY: test-cluster-without-quorum
test-cluster-without-quorum:
@mkdir -p share/www/script/test