diff options
author | damitha | 2010-08-02 09:13:35 +0000 |
---|---|---|
committer | damitha | 2010-08-02 09:13:35 +0000 |
commit | 0512e47e05cb4e8ddcc449f937a0905fc7321e96 (patch) | |
tree | 4776df34426320806d3ce4e0a0479c2ec530f24b /test/core/deployment | |
parent | 96a932ef7aa658e3a001dbb69960abf108d86c01 (diff) | |
download | axis2c-0512e47e05cb4e8ddcc449f937a0905fc7321e96.tar.gz axis2c-0512e47e05cb4e8ddcc449f937a0905fc7321e96.tar.bz2 |
Adding test suite to dist build
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/core/deployment')
-rw-r--r-- | test/core/deployment/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/deployment/Makefile.am b/test/core/deployment/Makefile.am index 539ea0f..0371fdb 100644 --- a/test/core/deployment/Makefile.am +++ b/test/core/deployment/Makefile.am @@ -24,4 +24,4 @@ INCLUDES = -I ../../../include \ -I ../../../util/include \ -I ../../../axiom/include \ -I ../../../neethi/include \ - -I ../../../cutest/include + -I ../../cutest/include |