X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fsuites%2Fapi%2FMakefile.am;h=35f1ee0b135566ef97fd13b896f93352ccfdcba9;hb=c9b33e33867ca101b50d54f36057463ca353ec29;hp=772f75acf22541a849686b231830d43bc5081af8;hpb=2ad4634de51bd06c03d1ba5831247ed865c03506;p=jansson.git 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