summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-06 22:34:18 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-06 22:34:18 +0000
commitefe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4 (patch)
tree1c772e308c8f35530c52bd889ee897d71a500814 /test/Makefile
parent097de4ee4cd1e7df6661c94b87a5389e0cf50b77 (diff)
downloadiconv-efe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4.tar.gz
iconv-efe52d57b2e0d1cb15ce3ccea5dd7d5e0359dae4.tar.bz2
Correct handling of trailing valid shift sequences. Previously would
erroneously report EINVAL, instead of silently accepting them. Requires UnicodeLib 0.60.
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 343cd3f..89b8093 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
# Tests
-DIR_TEST_ITEMS := iconv:iconv.c
+DIR_TEST_ITEMS := iconv:iconv.c nullable:nullable.c
include $(NSBUILD)/Makefile.subdir