e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
12 lines
240 B
JavaScript
12 lines
240 B
JavaScript
//This file is the command-line entry point for running the tests in
|
|
//Rhino and Spidermonkey.
|
|
|
|
/*=====
|
|
dojo.tests = {
|
|
// summary: D.O.H. Test files for Dojo unit testing.
|
|
};
|
|
=====*/
|
|
|
|
load("dojo.js");
|
|
load("tests/runner.js");
|
|
tests.run();
|