source: Dev/trunk/src/client/dojo/tests.js @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 245 bytes
Line 
1//This file is the command-line entry point for running the tests in
2//Rhino and Spidermonkey.
3
4/*=====
5dojo.tests = {
6        // summary:
7        //              D.O.H. Test files for Dojo unit testing.
8};
9=====*/
10
11load("dojo.js");
12load("tests/runner.js");
13tests.run();
Note: See TracBrowser for help on using the repository browser.