aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api/Makefile.am
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2010-06-12 20:45:19 +0300
committerPetri Lehtinen <petri@digip.org>2010-06-12 22:45:49 +0300
commit1347686dbf7c06e03d6a3d5c8999315cc7158af3 (patch)
tree2ae597e6cc02ea7425d5ac66e9ecf0c1c7842847 /test/suites/api/Makefile.am
parent8b2b12e05fdcb14c19bf2fc31223838b417354cd (diff)
downloadjansson-1347686dbf7c06e03d6a3d5c8999315cc7158af3.zip
jansson-1347686dbf7c06e03d6a3d5c8999315cc7158af3.tar.gz
jansson-1347686dbf7c06e03d6a3d5c8999315cc7158af3.tar.bz2
Remove the C++ interface
Diffstat (limited to 'test/suites/api/Makefile.am')
-rw-r--r--test/suites/api/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/suites/api/Makefile.am b/test/suites/api/Makefile.am
index 939b7be..7125792 100644
--- a/test/suites/api/Makefile.am
+++ b/test/suites/api/Makefile.am
@@ -8,8 +8,7 @@ check_PROGRAMS = \
test_load \
test_simple \
test_number \
- test_object \
- test_cpp
+ test_object
test_array_SOURCES = test_array.c util.h
test_copy_SOURCES = test_copy.c util.h
@@ -18,7 +17,6 @@ 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