X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2FMakefile.in;h=a68205d23d7f4b1db809d10977924ddf721fa13a;hb=e771c1276a8b8a7831de866b17fc1fba561936e5;hp=104ce0d8991e532c0c0e4bce1a450e24ae0c35a8;hpb=f1c94ec80c1b7bff28186e6a13ba93937054c01d;p=swftools.git 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