initial commit for GitHub

This commit is contained in:
Mike Hamburg
2010-05-26 15:34:42 -07:00
commit 2e423d9517
155 changed files with 31749 additions and 0 deletions

11
test/run_tests_rhino.js Normal file
View 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();