Changeset 2344 for trunk/ProjectFortress/testNPY
- Timestamp:
- 07/23/08 11:12:55 (16 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/testNPY (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/testNPY
r723 r2344 18 18 ################################################################################ 19 19 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" 20 FORTRESS_HOME="`pwd`" 21 22 if (uname | egrep CYGWIN > /dev/null) ; then 23 SEP=";" 22 24 else 23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/jsr166y/jsr166y.jar:third_party/plt/plt.jar"25 SEP=":" 24 26 fi 27 28 CP="$FORTRESS_HOME/ProjectFortress/build${SEP}$FORTRESS_HOME/ProjectFortress/third_party/junit/junit.jar${SEP}$FORTRESS_HOME/ProjectFortress/third_party/asm/asm-3.1.jar${SEP}$FORTRESS_HOME/ProjectFortress/third_party/xtc/xtc.jar${SEP}$FORTRESS_HOME/ProjectFortress/third_party/jsr166y/jsr166y.jar${SEP}$FORTRESS_HOME/ProjectFortress/third_party/plt/plt.jar${SEP}$JAVA_HOME/lib/tools.jar${SEP}$FORTRESS_HOME/ProjectFortress/third_party/unsigned/unsigned.jar${SEP}$CP" 25 29 26 30 java -cp "$CP" -Xmx320m -Xms192m \ 27 31 junit.swingui.TestRunner \ 28 com.sun.fortress. interpreter.drivers.NotPassingYet >& test.log32 com.sun.fortress.unit_tests.NotPassingYet >& test.log

