Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
//This file is the command-line entry point for running the tests in
2
//Rhino and Spidermonkey.
3
 
4
load("dojo.js");
5
load("tests/runner.js");
6
tests.run();