summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-02 09:21:05 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-02 09:21:05 +0100
commitfe31edd04e7789b8e6050729809d6b76fc42dd3d (patch)
treed5d7df486fc8f37de58def5d9f6548ab900a5399 /test/Makefile
parenta32dcf6d6f66935a8b82ea1f8f04e783fcf51fd6 (diff)
downloadlibsvgtiny-fe31edd04e7789b8e6050729809d6b76fc42dd3d.tar.gz
libsvgtiny-fe31edd04e7789b8e6050729809d6b76fc42dd3d.tar.bz2
enable decode tests for svg files
These svg files have caused the library to crash and to render poorly.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 84a0cbe..49fb64d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
# Tests
-DIR_TEST_ITEMS := svgtiny_test:svgtiny_test.c
+DIR_TEST_ITEMS := decode_svg:decode_svg.c
include $(NSBUILD)/Makefile.subdir