source:
Dev/trunk/src/client/dojo/tests.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | //This file is the command-line entry point for running the tests in |
2 | //Rhino and Spidermonkey. | |
3 | ||
4 | /*===== | |
5 | dojo.tests = { | |
6 | // summary: | |
7 | // D.O.H. Test files for Dojo unit testing. | |
8 | }; | |
9 | =====*/ | |
10 | ||
11 | load("dojo.js"); | |
12 | load("tests/runner.js"); | |
13 | tests.run(); |
Note: See TracBrowser
for help on using the repository browser.