You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/12/21 22:42:51 UTC

[2/2] couchdb commit: updated refs/heads/master to 37f4d55

Add make command to run query server tests


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/37f4d558
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/37f4d558
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/37f4d558

Branch: refs/heads/master
Commit: 37f4d55884fdd34888fa0488439766c4e1803c4c
Parents: 101e541
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Nov 18 22:43:57 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Dec 22 00:41:36 2015 +0300

----------------------------------------------------------------------
 Makefile | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/37f4d558/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 82fb623..f692126 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,12 @@ endif
 	@dev/run -n 1 -q --with-admin-party-please test/javascript/run $(suites)
 
 
+.PHONY: check-qs
+# target: check-qs - Run query server tests (ruby and rspec required!)
+check-qs:
+	@QS_LANG=js rspec test/view_server/query_server_spec.rb
+
+
 .PHONY: list-eunit-apps
 # target: list-eunit-apps - List EUnit target apps
 list-eunit-apps: