From: kramm Date: Sat, 22 May 2004 00:06:45 +0000 (+0000) Subject: more tests added X-Git-Tag: release-0-6-0~194 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=inline;h=0329072c2a432d1c2ad1697be883bfb4600f3517;p=swftools.git more tests added --- diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 104ce0d..a68205d 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -41,7 +41,7 @@ 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: test5 +test: test6 test1: SWF.so ./test_create.py @@ -53,8 +53,12 @@ test3: SWF.so ./test_simple.py test4: SWF.so ./test_movie.py + swfdump -u -p tmp/test.swf test5: SWF.so ./test_image.py + swfdump -u -p tmp/test.swf +test6: SWF.so + ./test_sprite.py clean: rm -f *.o *.so mypython swfpython