7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd `dirname $0`
|
|
|
|
../../../lib/build-test browser run-tests.js
|
|
cat ../tests.js >> run-tests.js
|