Provide test data files for JS tests
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/772add2a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/772add2a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/772add2a Branch: refs/heads/developer-preview-2.0 Commit: 772add2adaf3faae313790cf238504b98e499895 Parents: 492850d Author: sebastianro <[email protected]> Authored: Wed Apr 1 20:45:05 2015 +0200 Committer: sebastianro <[email protected]> Committed: Thu Apr 2 16:15:19 2015 +0200 ---------------------------------------------------------------------- Makefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/772add2a/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index f101260..534cdae 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
