Add runall shell script for Windows unit tests

This commit is contained in:
Vinnie Falco
2013-07-05 19:23:27 -07:00
parent 6a3715baa7
commit 62bf19a727

5
test/runall.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
for f in test/*.js
do
node $f
done