From 965e129717da78c4ac56531200631836b74758f4 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 26 Oct 2009 05:13:21 +0000 Subject: Added test cases to make check build target. Changed store-script to interop with java store sample. Added reference support to http module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829700 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/test/store-script/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/sca/test/store-script/Makefile.am') diff --git a/cpp/sca/test/store-script/Makefile.am b/cpp/sca/test/store-script/Makefile.am index aded08f6b3..2bd969b5ba 100644 --- a/cpp/sca/test/store-script/Makefile.am +++ b/cpp/sca/test/store-script/Makefile.am @@ -18,11 +18,13 @@ store_script_PROGRAMS = store-script-test store_scriptdir=$(prefix)/test/store-script/deploy -INCLUDES = -I. -I$(top_builddir)/kernel -I$(top_builddir)/modules/eval -I${LIBXML2_INCLUDE} +INCLUDES = -I. -I$(top_builddir)/kernel -I$(top_builddir)/modules/eval -I${LIBXML2_INCLUDE} -I${LIBMOZJS_INCLUDE} store_script_test_SOURCES = store-script-test.cpp -store_script_test_LDADD = -L${LIBXML2_LIB} -lxml2 -lpthread +store_script_test_LDADD = -L${LIBXML2_LIB} -lxml2 -lpthread -L${LIBMOZJS_LIB} -lmozjs EXTRA_DIST = *.composite store_script_DATA = *.composite +TESTS = store-script-test + -- cgit v1.2.3