Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26140
Modified Files:
Makefile
Log Message:
Start the testsuite with more memory, as this saves a lot of time (~30%).
Index: Makefile
===================================================================
RCS file: /cvsroot/nice/Nice/Makefile,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** Makefile 30 Jun 2004 16:11:31 -0000 1.146
--- Makefile 2 Jul 2004 15:25:15 -0000 1.147
***************
*** 104,109 ****
cd regtest; JAVA="${java}" /usr/bin/time ./regtest
! check:
! /usr/bin/time ${java} -classpath "classes" nice.tools.testsuite.TestNice testsuite
check_lib:
--- 104,109 ----
cd regtest; JAVA="${java}" /usr/bin/time ./regtest
! check:
! /usr/bin/time ${java} -Xms64M -classpath "classes" nice.tools.testsuite.TestNice testsuite
check_lib:
|