mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-11 21:38:39 +00:00
11 lines
206 B
Bash
Executable File
11 lines
206 B
Bash
Executable File
#!/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
|