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
./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