summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebastianro <sebastianro@apache.org>2015-04-01 20:45:05 +0200
committersebastianro <sebastianro@apache.org>2015-04-02 16:15:19 +0200
commit772add2adaf3faae313790cf238504b98e499895 (patch)
treebff4bc7111221463617c2eee53d36be70cd96e11
parent492850d76b7be1ceb6c355ffb01b941faf282241 (diff)
downloadcouchdb-772add2adaf3faae313790cf238504b98e499895.tar.gz
Provide test data files for JS tests
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f10126009..534cdae80 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,8 @@ eunit: couch
@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
javascript: all
+ @mkdir -p share/www/script/test
+ @cp test/javascript/tests/lorem*.txt share/www/script/test/
@dev/run -q test/javascript/run
fauxton: share/www