summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-10-17 19:13:21 +0300
committerAlexander Shorin <kxepal@apache.org>2015-10-19 14:01:46 +0300
commite767957ac55227d2741a4988551fe7ff95cc220f (patch)
tree08bfc36383a71a86c7b91100e6a1807b4494e81e
parentaf1c88b84af1cbe28722e523dc99c43778b3ef06 (diff)
downloadcouchdb-e767957ac55227d2741a4988551fe7ff95cc220f.tar.gz
Allow to run specific javascript test suite via make
Example for single test suite: make javascript suites=basics Multiple suites: make javascript suites="basics design_options"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f41e2020..5d3716f75 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ javascript: all
# TODO: Fix tests to look for these files in their new path
@mkdir -p share/www/script/test
@cp test/javascript/tests/lorem*.txt share/www/script/test/
- @dev/run -q --with-admin-party-please test/javascript/run
+ @dev/run -q --with-admin-party-please test/javascript/run $(tests)
@rm -rf share/www/script