forked from FOSS/BangleApps
6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd `dirname $0`
|
||
|
cd ../tests
|
||
|
ls *.js | xargs ../bin/runtest.sh
|