summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:36:29 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:36:29 +0000
commit81dc9e22343e6b12f1e4ec5cf71a57d2973cf9bc (patch)
tree3b3ef868a03f8d5ef5c406ada91245528d76ce58 /sca-cpp/trunk/configure.ac
parent9b5d3e147a74ae9c5b0a3dd83513d219f1005faf (diff)
Added test/store-python test case, renamed test/store-script to store-scheme, started to convert the store test code to python.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index 95d984396c..f5da38d537 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -283,7 +283,8 @@ AC_CONFIG_FILES([Makefile
components/store/Makefile
samples/Makefile
test/Makefile
- test/store-script/Makefile
+ test/store-scheme/Makefile
+ test/store-python/Makefile
doc/Makefile
doc/Doxyfile
])