gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob ./Makefile org/__init__.py org/nongnu/__...


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob ./Makefile org/__init__.py org/nongnu/__...
Date: Mon, 10 Mar 2003 14:19:37 -0500

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/10 14:19:37

Modified files:
        .              : Makefile 
Added files:
        org            : __init__.py 
        org/nongnu     : __init__.py 
        org/nongnu/libvob: __init__.py 
        org/nongnu/libvob/gl: __init__.py 
        org/nongnu/libvob/util: __init__.py dbg.py 
        test           : __init__$py.class __init__.py testutil.py 
        test/tools     : __init__$py.class __init__.py gfx.py tools.py 

Log message:
        Start towards running tests

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/gl/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/org/nongnu/libvob/util/dbg.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/__init__$py.class?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/testutil.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/__init__$py.class?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/gfx.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/tools/tools.py?rev=1.1

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.7 libvob/Makefile:1.8
--- libvob/Makefile:1.7 Mon Mar 10 04:49:31 2003
+++ libvob/Makefile     Mon Mar 10 14:19:36 2003
@@ -21,10 +21,39 @@
 tags::
        ctags -R
 
+VOB_DEPENDS = ../libvob-depends
+
+CLASSPATH 
=$(CLASSDIR):$(VOB_DEPENDS)/jython.jar:$(VOB_DEPENDS)/collections-kaffe.jar:$(shell
 echo $$CLASSPATH)
+export CLASSPATH
+
+ifeq (,$(JYTHONPATH))
+ JYTHONPATH=.:$(VOB_DEPENDS)/jythonlib.jar:$(VOB_DEPENDS)/pythonlib.jar
+endif
+
+ifeq (,$(JYTHON))
+# python.verbose can be: "error", "warning", "message", "comment", "debug"
+ JYTHON=$(JAVA) $(JVMFLAGS) -Dpython.cachedir=. -Dpython.path=$(JYTHONPATH) 
-Dpython.verbose=message $(EDITOR_OPTION) org.python.util.jython
+endif
+
 #  # Generate a random number suitable for use as a coordinate system
 #  # id. Only 31 bits of randomness but should be ok
 #  coordsysid::
 #      python -c 'import random; print random.randrange(2**31-1)'
+
+GLLIB=LD_LIBRARY_PATH=/usr/lib:gfx
+
+runjython: 
+       $(GLLIB) $(JYTHON) $(DBG)
+
+test::  # Use: make test TEST=test/gzz/vob/vobmatcher.test, to run a single 
test.
+       $(GLLIB) $(JYTHON) test/testutil.py -f GL $(DBG) $(TEST)
+test-gl::
+       $(GLLIB) $(JYTHON) test/testutil.py -Dgzzclient=gl -f AWT $(DBG) jni 
$(TEST)
+
+testbugs::
+       $(GLLIB) $(JYTHON) test/testutil.py -f \* $(DBG) $(TEST)
+testbugs-gl::
+       $(GLLIB) $(JYTHON) test/testutil.py -Dgzzclient=gl -f \* $(DBG) jni 
$(TEST)
 
 
 $(SUBDIRS):




reply via email to

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