Changeset 2439 for trunk/ProjectFortress/test
- Timestamp:
- 07/30/08 10:26:13 (16 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/test (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/test
r1251 r2439 2 2 3 3 ################################################################################ 4 # Copyright 200 7Sun Microsystems, Inc.,4 # Copyright 2008 Sun Microsystems, Inc., 5 5 # 4150 Network Circle, Santa Clara, California 95054, U.S.A. 6 6 # All rights reserved. … … 19 19 20 20 if (uname | egrep -q CYGWIN) ; then 21 CP="build;third_party/junit/junit.jar;third_party/ xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar"21 CP="build;third_party/junit/junit.jar;third_party/unsigned/unsigned.jar;third_party/asm/asm-3.1.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar;third_party/astgen/astgen.jar" 22 22 else 23 CP="build:third_party/junit/junit.jar:third_party/ xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar"23 CP="build:third_party/junit/junit.jar:third_party/unsigned/unsigned.jar:third_party/asm/asm-3.1.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar:third_party/astgen/astgen.jar" 24 24 fi 25 25 … … 28 28 java -cp "$CP" -Xmx800m -Xms400m \ 29 29 junit.swingui.TestRunner \ 30 com.sun.fortress. interpreter.drivers.SystemJUTests>& test.log30 com.sun.fortress.unit_tests.SystemJUTest >& test.log

