aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-12-31 15:56:28 +0200
committerPetri Lehtinen <petri@digip.org>2009-12-31 18:50:39 +0200
commit9db34dc31a69312ec1f486e6273d1bf5c80f978d (patch)
tree013fd465ddbeb4cad3171c60a2654d5629ec509f /test/suites/api/Makefile.am
parent95a468cebb450ed779db90ca8c5805ffa2c93370 (diff)
downloadjansson-9db34dc31a69312ec1f486e6273d1bf5c80f978d.zip
jansson-9db34dc31a69312ec1f486e6273d1bf5c80f978d.tar.gz
jansson-9db34dc31a69312ec1f486e6273d1bf5c80f978d.tar.bz2
Add functions for shallow and deep copying JSON values
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 b627da5..772f75a 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -1,12 +1,14 @@
check_PROGRAMS = \
test_array \
test_equal \
+ test_copy \
test_load \
test_simple \
test_number \
test_object
test_array_SOURCES = test_array.c util.h
+test_copy_SOURCES = test_copy.c util.h
test_load_SOURCES = test_load.c util.h
test_simple_SOURCES = test_simple.c util.h
test_number_SOURCES = test_number.c util.h