Rename typod test/run-test.sh.

Former-commit-id: bb982a51c5ceb123e83d98c3201e969607f990b8
This commit is contained in:
John-David Dalton
2013-06-07 13:33:12 -07:00
parent d77e4ed581
commit a3acbca24b

18
test/run-test.sh Normal file
View File

@@ -0,0 +1,18 @@
cd "$(dirname "$0")"
for cmd in rhino "rhino -require" narwhal ringo phantomjs; do
echo "Testing in $cmd..."
$cmd test.js ../dist/lodash.compat.js && $cmd test.js ../dist/lodash.compat.min.js
echo ""
done
echo "Testing in node..."
node test.js ../dist/lodash.js && node test.js ../dist/lodash.min.js
echo ""
echo "Testing build..."
node test-build.js
echo ""
echo "Testing in a browser..."
open index.html