From: kramm Date: Sun, 16 May 2004 18:52:55 +0000 (+0000) Subject: added test5. X-Git-Tag: release-0-6-0~216 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=f1c94ec80c1b7bff28186e6a13ba93937054c01d added test5. --- diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 82456cd..104ce0d 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -4,7 +4,7 @@ top_srcdir = @top_srcdir@ include ../../Makefile.common #LIB=-L/usr/lib/python2.2/config/ -lpython2.2 -PYTHON_LIB=-lpython2.3 +PYTHON_LIB=-lpython2.3 /usr/lib/python2.3/site-packages/PIL/_imaging.so PYTHON_INCLUDES=-I/usr/include/python2.3 all: mypython swfpython SWF.so testmem @@ -41,20 +41,20 @@ swfpython: swfpython.c Makefile primitives.o tagmap.o taglist.o tag.o tags.o act testmem: testmem.c Makefile $(L) $(PYTHON_INCLUDES) testmem.c -o testmem $(PYTHON_LIB) -ldl -lm -lpthread -lutil -test: test3 +test: test5 test1: SWF.so ./test_create.py swfdump -p tmp/test.swf - test2: SWF.so ./test_combine.py swfdump -u -p tmp/combined.swf - test3: SWF.so ./test_simple.py test4: SWF.so ./test_movie.py +test5: SWF.so + ./test_image.py clean: rm -f *.o *.so mypython swfpython