Changeset 24 for trunk/ProjectFortress/test
- Timestamp:
- 01/19/07 08:34:59 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/test (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/test
r15 r24 18 18 ################################################################################ 19 19 20 java -cp "build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/dstm2/dstm2.jar:third_party/bcel/bcel-5.2.jar" \ 20 if (uname | egrep -q CYGWIN) ; then 21 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/FJ/concurrent.jar;third_party/dstm2/dstm2.jar;third_party/bcel/bcel-5.2.jar" 22 else 23 CP="build:third_party/junit/junit.jar:third_party/xtc/xtc.jar:third_party/FJ/concurrent.jar:third_party/dstm2/dstm2.jar:third_party/bcel/bcel-5.2.jar" 24 fi 25 26 java -cp "$CP" \ 21 27 junit.swingui.TestRunner \ 22 28 com.sun.fortress.interpreter.drivers.SystemJUTests >& test.log

