Some node.js test hacking.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-02-27 00:39:39 +00:00
parent 7ede83ad75
commit 709863eeae
5 changed files with 155 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
cp mockdom.js node.js ../../lib
cp node-tests.cfg ../../build
cd ../../build
python build.py -c none node-tests
cd ../tests/node.js/
node run-test.js
rm ../../lib/mockdom.js
rm ../../lib/node.js