From 4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 27 Jun 2008 14:24:51 +0000 Subject: QPID-1157: Added CC scripts and config files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672280 13f79535-47bb-0310-9956-ffa450edef68 --- cc/config/java/cpp.testprofile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cc/config/java/cpp.testprofile (limited to 'cc/config/java/cpp.testprofile') diff --git a/cc/config/java/cpp.testprofile b/cc/config/java/cpp.testprofile new file mode 100644 index 0000000000..63b36638ad --- /dev/null +++ b/cc/config/java/cpp.testprofile @@ -0,0 +1,19 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/010AsyncExcludeList +broker.ready=Listening on TCP port +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +test1=*Tests +haltonfailure=no +haltonerror=no +max_prefetch=1000 +exclude.modules=systests \ No newline at end of file -- cgit v1.2.1