initial commit for GitHub
This commit is contained in:
11
test/run_tests_rhino.js
Normal file
11
test/run_tests_rhino.js
Normal file
@@ -0,0 +1,11 @@
|
||||
if (arguments === undefined || load === undefined) {
|
||||
throw "This script must be run from Rhino.";
|
||||
}
|
||||
|
||||
for (var i=0; i<arguments.length; i++) {
|
||||
var file = arguments[i];
|
||||
if (!file.match(/^-/)) load(file);
|
||||
}
|
||||
|
||||
sjcl.test.run();
|
||||
|
||||
Reference in New Issue
Block a user