gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire Makefile


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire Makefile
Date: Tue, 22 Apr 2003 16:04:40 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/04/22 16:04:40

Modified files:
        .              : Makefile 

Log message:
        Allow running a single test file

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/Makefile.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: fenfire/Makefile
diff -u fenfire/Makefile:1.8 fenfire/Makefile:1.9
--- fenfire/Makefile:1.8        Tue Apr 22 15:46:36 2003
+++ fenfire/Makefile    Tue Apr 22 16:04:40 2003
@@ -4,8 +4,10 @@
 all:
        ant 2>&1 | sed 's/ *\[javac\] *//g'
 
+TEST=org/
+
 test:
-       LD_LIBRARY_PATH=../libvob/src/jni java -cp 
../storm-depends/cryptix-jce-provider.jar:../fenfire/build:../storm/CLASSES:../alph/CLASSES:../libvob/CLASSES:../fenfire-depends/libvob.jar:../fenfire-depends/jython.jar:../fenfire-depends/jena.jar:../fenfire-depends/icu4j.jar:../fenfire-depends/xerces.jar
 
-Dpython.path=../fenfire-depends/jythonlib.jar:../fenfire-depends/jython.jar:../fenfire-depends/pythonlib.jar:.:../libvob:../alph
 org.python.util.jython org/fenfire/test/test.py -Dvob.api=gl org/
+       LD_LIBRARY_PATH=../libvob/src/jni java -cp 
../storm-depends/cryptix-jce-provider.jar:../fenfire/build:../storm/CLASSES:../alph/CLASSES:../libvob/CLASSES:../fenfire-depends/libvob.jar:../fenfire-depends/jython.jar:../fenfire-depends/jena.jar:../fenfire-depends/icu4j.jar:../fenfire-depends/xerces.jar
 
-Dpython.path=../fenfire-depends/jythonlib.jar:../fenfire-depends/jython.jar:../fenfire-depends/pythonlib.jar:.:../libvob:../alph
 org.python.util.jython org/fenfire/test/test.py -Dvob.api=gl $(TEST)
 
 
 .PHONY: docs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]