diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-03 21:50:33 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-03 21:50:33 +0000 |
commit | b2b06bd2780dc40f666201d095c388313364b37a (patch) | |
tree | 1186e75dd637a02e567f91a1c5d7014a2bca7a95 /cpp/sca/etc/git-exclude | |
parent | 95cb8fb517576b3357ecdf27a30c29b1365c5cf5 (diff) |
Refactored store tests and moved them under test/. Simplified the script evaluation logic a little, added an apply procedure and support for variable lists of args. Added a test case that assembles the store app using a script.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/sca/etc/git-exclude')
-rw-r--r-- | cpp/sca/etc/git-exclude | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/sca/etc/git-exclude b/cpp/sca/etc/git-exclude index a6e5b24dd4..0350dd230f 100644 --- a/cpp/sca/etc/git-exclude +++ b/cpp/sca/etc/git-exclude @@ -59,8 +59,10 @@ gmon.out sca/runtime/extensions/cpp/tools/scagen/docs/ account_client calculator_client -store-test -store2-test kernel-test xml-test +eval-test +store-function-test +store-object-test +store-script-test |