aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-01-21 22:29:26 +0200
committerPetri Lehtinen <petri@digip.org>2010-01-21 22:29:26 +0200
commit3dd29366b8f4c6809c7e654bfc9aa0bd0070febf (patch)
tree9c499387b3400a223262b9124fd7146ae195633a /test/suites/api/Makefile.am
parent8c2ca3fae650349a31d5e0c7ff3b7649ff8ee804 (diff)
parent38950b081cae9b231b5474d4cb861f8fa2b1d099 (diff)
downloadjansson-3dd29366b8f4c6809c7e654bfc9aa0bd0070febf.zip
jansson-3dd29366b8f4c6809c7e654bfc9aa0bd0070febf.tar.gz
jansson-3dd29366b8f4c6809c7e654bfc9aa0bd0070febf.tar.bz2
Merge branch 'c++-api'
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 64523c0..ddeb147 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -7,7 +7,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
@@ -15,6 +16,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