test_iff: Add small tool to test for IFF file structures

useful to see if an IFF file is malformed,
but also to see how many frames there is in an animation, etc.
This commit is contained in:
Thomas Bernard
2018-02-06 11:38:40 +01:00
parent 544a996361
commit d94fb966a2
5 changed files with 255 additions and 2 deletions

View File

@@ -1,9 +1,12 @@
.PHONY: all gifanalyzer sdl_image_test
.PHONY: all gifanalyzer sdl_image_test test_iff
all: gifanalyzer sdl_image_test
all: gifanalyzer sdl_image_test test_iff
gifanalyzer:
$(MAKE) -C $@
sdl_image_test:
$(MAKE) -C $@
test_iff:
$(MAKE) -C $@