source:
Dev/trunk/src/client/dojo/tests.js
@
485
Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
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 | /*===== |
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.