diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
commit | 0b9d0491fe4fb19c8d2f269c805d0b022ca157f4 (patch) | |
tree | 4c7a7cc35ad96f6a412eca9a1089ed0120ad2039 /sca-cpp/trunk/test | |
parent | ff124040623879bc48a0ba5cf06a841642adef53 (diff) |
More build improvements, added a configure option to turn on debugging and profiling, fixed compile and link options to support multithreading where applicable, moved non-building tools to contrib, and adjusted the top readmes and build instructions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/test')
-rw-r--r-- | sca-cpp/trunk/test/store-function/Makefile.am | 2 | ||||
-rw-r--r-- | sca-cpp/trunk/test/store-object/Makefile.am | 2 | ||||
-rw-r--r-- | sca-cpp/trunk/test/store-script/Makefile.am | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/test/store-function/Makefile.am b/sca-cpp/trunk/test/store-function/Makefile.am index 1628ffb624..7645db2273 100644 --- a/sca-cpp/trunk/test/store-function/Makefile.am +++ b/sca-cpp/trunk/test/store-function/Makefile.am @@ -22,7 +22,7 @@ noinst_HEADERS = *.hpp INCLUDES = -I. -I$(top_builddir)/kernel -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} store_function_test_SOURCES = store-function-test.cpp -store_function_test_LDADD = -lpthread -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 +store_function_test_LDADD = -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 TESTS = store-function-test diff --git a/sca-cpp/trunk/test/store-object/Makefile.am b/sca-cpp/trunk/test/store-object/Makefile.am index 0ff35210d4..83b8bc7d4e 100644 --- a/sca-cpp/trunk/test/store-object/Makefile.am +++ b/sca-cpp/trunk/test/store-object/Makefile.am @@ -22,7 +22,7 @@ noinst_HEADERS = *.hpp INCLUDES = -I. -I$(top_builddir)/kernel -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} store_object_test_SOURCES = store-object-test.cpp -store_object_test_LDADD = -lpthread -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 +store_object_test_LDADD = -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 TESTS = store-object-test diff --git a/sca-cpp/trunk/test/store-script/Makefile.am b/sca-cpp/trunk/test/store-script/Makefile.am index 9795d16a2b..7e8413ba91 100644 --- a/sca-cpp/trunk/test/store-script/Makefile.am +++ b/sca-cpp/trunk/test/store-script/Makefile.am @@ -20,7 +20,7 @@ noinst_PROGRAMS = store-script-test INCLUDES = -I. -I$(top_builddir)/kernel -I$(top_builddir)/modules/eval -I${LIBXML2_INCLUDE} -I${APR_INCLUDE} -I${JS_INCLUDE} store_script_test_SOURCES = store-script-test.cpp -store_script_test_LDADD = -lpthread -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 -L${JS_LIB} -lmozjs +store_script_test_LDADD = -L${LIBXML2_LIB} -lxml2 -L${APR_LIB} -lapr-1 -laprutil-1 -L${JS_LIB} -lmozjs -TESTS = store-script-test store-http-test +TESTS = store-script-test store-composite-test |