summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-01 23:56:23 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-01 23:56:23 +0100
commit0c97f24173d461cd07e06da5f419bd1238cbd6e6 (patch)
tree62f438e88951e0bba01562cd7cb868bc2c7d6df7 /test/Makefile
parentf9ad837e326e72f5959e4a90787f48c805b4cb2b (diff)
downloadlibnsgif-0c97f24173d461cd07e06da5f419bd1238cbd6e6.tar.gz
libnsgif-0c97f24173d461cd07e06da5f419bd1238cbd6e6.tar.bz2
add a basic decode test
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..f067d81
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,3 @@
+DIR_TEST_ITEMS := decode_gif:decode_gif.c
+
+include $(NSBUILD)/Makefile.subdir