From 5b2760e14a60e7447f04b58879fcdbc0c45c04df Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Thu, 9 Oct 2008 22:04:46 +0000 Subject: make check now runs the JavaScript test suite git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703276 13f79535-47bb-0310-9956-ffa450edef68 --- test/runner.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/runner.sh') diff --git a/test/runner.sh b/test/runner.sh index ae0f1ef8..e071ad63 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -1,3 +1,5 @@ #!/bin/sh -e erl -noshell -pa ../src/couchdb -pa ../src/mochiweb -eval "runner:run()" + +cat ../share/www/script/couch.js ../share/www/script/couch_tests.js test.js | ../src/couchdb/couchjs - -- cgit v1.2.3