Show
Ignore:
Timestamp:
01/19/07 08:34:59 (3 years ago)
Author:
dc12360
Message:

Run/test fixes for Windows

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/test

    r15 r24  
    1818################################################################################ 
    1919 
    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" \ 
     20if (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" 
     22else 
     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" 
     24fi 
     25 
     26java -cp "$CP" \ 
    2127junit.swingui.TestRunner \ 
    2228com.sun.fortress.interpreter.drivers.SystemJUTests >& test.log