aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorSean Middleditch <sean@middleditch.us>2010-01-18 21:36:02 -0800
committerSean Middleditch <sean@middleditch.us>2010-01-18 21:36:02 -0800
commitc9b33e33867ca101b50d54f36057463ca353ec29 (patch)
treea3e465e6af1d01ceec53222254ad12dd117f8364 /test/suites/api/Makefile.am
parent2ad4634de51bd06c03d1ba5831247ed865c03506 (diff)
downloadjansson-c9b33e33867ca101b50d54f36057463ca353ec29.zip
jansson-c9b33e33867ca101b50d54f36057463ca353ec29.tar.gz
jansson-c9b33e33867ca101b50d54f36057463ca353ec29.tar.bz2
integrate jansson.hpp into build and test suite
Diffstat (limited to 'test/suites/api/Makefile.am')
-rw-r--r--test/suites/api/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am
index 772f75a..35f1ee0 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -5,7 +5,8 @@ check_PROGRAMS = \
test_load \
test_simple \
test_number \
- test_object
+ test_object \
+ test_cpp
test_array_SOURCES = test_array.c util.h
test_copy_SOURCES = test_copy.c util.h
@@ -13,6 +14,7 @@ test_load_SOURCES = test_load.c util.h
test_simple_SOURCES = test_simple.c util.h
test_number_SOURCES = test_number.c util.h
test_object_SOURCES = test_object.c util.h
+test_cpp_SOURCES = test_cpp.cpp
AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror