]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/tests.js
generate_syndicated_feed: add support for virtual feeds provided by plugins
[tt-rss.git] / lib / dojo / tests.js
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();