Show
Ignore:
Timestamp:
07/30/08 10:26:13 (16 months ago)
Author:
dr2chase
Message:

[junit] Fixed path for to allowing testing with ant-erference

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/test

    r1251 r2439  
    22 
    33################################################################################ 
    4 #    Copyright 2007 Sun Microsystems, Inc., 
     4#    Copyright 2008 Sun Microsystems, Inc., 
    55#    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66#    All rights reserved. 
     
    1919 
    2020if (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" 
    2222else 
    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" 
    2424fi 
    2525 
     
    2828java -cp "$CP" -Xmx800m -Xms400m \ 
    2929junit.swingui.TestRunner \ 
    30 com.sun.fortress.interpreter.drivers.SystemJUTests >& test.log 
     30com.sun.fortress.unit_tests.SystemJUTest >& test.log