aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-04-10 20:54:52 +0300
committerPetri Lehtinen <petri@digip.org>2011-04-10 21:01:50 +0300
commitb44e2be0322e4c68d290a75f6b0cf6eba2d5aab2 (patch)
tree23563679a04a68971008b8c499fea862be1ce3b3 /test/suites/api/Makefile.am
parent76d6d700ad15bab9234f7b8d94fa7df1fa5f16c0 (diff)
downloadjansson-b44e2be0322e4c68d290a75f6b0cf6eba2d5aab2.zip
jansson-b44e2be0322e4c68d290a75f6b0cf6eba2d5aab2.tar.gz
jansson-b44e2be0322e4c68d290a75f6b0cf6eba2d5aab2.tar.bz2
Add json_loadb() for decoding possibly non null-terminated strings
Thanks to Jonathan Landis for the initial patch.
Diffstat (limited to 'test/suites/api/Makefile.am')
-rw-r--r--test/suites/api/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am
index 0021f93..58c31c6 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -6,6 +6,7 @@ check_PROGRAMS = \
test_dump \
test_equal \
test_load \
+ test_loadb \
test_memory_funcs \
test_number \
test_object \
@@ -17,6 +18,7 @@ test_array_SOURCES = test_array.c util.h
test_copy_SOURCES = test_copy.c util.h
test_dump_SOURCES = test_dump.c util.h
test_load_SOURCES = test_load.c util.h
+test_loadb_SOURCES = test_loadb.c util.h
test_memory_funcs_SOURCES = test_memory_funcs.c util.h
test_number_SOURCES = test_number.c util.h
test_object_SOURCES = test_object.c util.h