[Clirr-devel] CVS: clirr project.properties,1.4,1.5
Status: Alpha
Brought to you by:
lkuehne
From: Lars K?h. <lk...@us...> - 2003-10-05 17:51:24
|
Update of /cvsroot/clirr/clirr In directory sc8-pr-cvs1:/tmp/cvs-serv22527 Modified Files: project.properties Log Message: compile testlibs before running unit tests, so tests have input libraries to test against Index: project.properties =================================================================== RCS file: /cvsroot/clirr/clirr/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 28 Sep 2003 05:15:05 -0000 1.4 +++ project.properties 5 Oct 2003 17:51:19 -0000 1.5 @@ -13,4 +13,11 @@ # TODO: this still shows a nonsense link. I think that's a bug in Maven - will contact maven-user maven.xdoc.developmentProcessUrl= +maven.junit.fork=true +# tell tests where testinput is +maven.junit.sysproperties=testinput +testinput=${basedir}/target/testinput + +# used by test pregoal to generate test input, see maven.xml +clirr.testlibs=testlib-v1, testlib-v2 |