aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2018-02-08 20:52:10 +0200
committerPetri Lehtinen <petri@digip.org>2018-02-09 07:37:33 +0200
commitefe6c7b3f2b3d75f1543c3ff4e4c3ecfe914b08d (patch)
tree2eb808e44134e355355f4ce065140c47b5bb9e8e /test/suites/api/Makefile.am
parent3e81f78366b57a0b5c34d5bfab9cffe5c9605027 (diff)
downloadjansson-efe6c7b3f2b3d75f1543c3ff4e4c3ecfe914b08d.zip
jansson-efe6c7b3f2b3d75f1543c3ff4e4c3ecfe914b08d.tar.gz
jansson-efe6c7b3f2b3d75f1543c3ff4e4c3ecfe914b08d.tar.bz2
Add json_sprintf and json_vsprintfjson_sprintf
Fixes #392
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 1dbdd2b..a1bc4d3 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -14,6 +14,7 @@ check_PROGRAMS = \
test_object \
test_pack \
test_simple \
+ test_sprintf \
test_unpack
test_array_SOURCES = test_array.c util.h
@@ -27,6 +28,7 @@ test_number_SOURCES = test_number.c util.h
test_object_SOURCES = test_object.c util.h
test_pack_SOURCES = test_pack.c util.h
test_simple_SOURCES = test_simple.c util.h
+test_sprintf_SOURCES = test_sprintf.c util.h
test_unpack_SOURCES = test_unpack.c util.h
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src