|
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 | |
|---|
| 1 | REM ################################################################################
|
|---|
| 2 | REM # Copyright 2007 Sun Microsystems, Inc.,
|
|---|
| 3 | REM # 4150 Network Circle, Santa Clara, California 95054, U.S.A.
|
|---|
| 4 | REM # All rights reserved.
|
|---|
| 5 | REM #
|
|---|
| 6 | REM # U.S. Government Rights - Commercial software.
|
|---|
| 7 | REM # Government users are subject to the Sun Microsystems, Inc. standard
|
|---|
| 8 | REM # license agreement and applicable provisions of the FAR and its supplements.
|
|---|
| 9 | REM #
|
|---|
| 10 | REM # Use is subject to license terms.
|
|---|
| 11 | REM #
|
|---|
| 12 | REM # This distribution may include materials developed by third parties.
|
|---|
| 13 | REM #
|
|---|
| 14 | REM # Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
|
|---|
| 15 | REM # trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
|
|---|
| 16 | REM ################################################################################
|
|---|
| 17 |
|
|---|
| 18 | java -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
|
|---|