root/trunk/ProjectFortress/test.bat @ 4318

Revision 723, 1.0 KB (checked in by dr2chase, 2 years ago)

junit.jar needs to be on classpath in build.xml; also updated testing shell scripts

Line 
1REM ################################################################################
2REM #    Copyright 2007 Sun Microsystems, Inc.,
3REM #    4150 Network Circle, Santa Clara, California 95054, U.S.A.
4REM #    All rights reserved.
5REM #
6REM #    U.S. Government Rights - Commercial software.
7REM #    Government users are subject to the Sun Microsystems, Inc. standard
8REM #    license agreement and applicable provisions of the FAR and its supplements.
9REM #
10REM #    Use is subject to license terms.
11REM #
12REM #    This distribution may include materials developed by third parties.
13REM #
14REM #    Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
15REM #    trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
16REM ################################################################################
17
18java -cp "build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar" junit.swingui.TestRunner com.sun.fortress.interpreter.drivers.SystemJUTests
Note: See TracBrowser for help on using the browser.