From 0329072c2a432d1c2ad1697be883bfb4600f3517 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 22 May 2004 00:06:45 +0000 Subject: [PATCH] more tests added --- lib/python/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 1.7.10.4