summaryrefslogtreecommitdiff
path: root/trunk/qpid/java/test-profiles/cpp.testprofile
blob: 04407accc3acbc6bfdbb9e52ae0df064ba6ab7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
broker.version=0-10

broker.dir=${project.root}/../cpp/src
module.dir=${broker.dir}/.libs
store.module.dir=${project.root}/../../cppStore/cpp/lib/.libs

broker.executable=${broker.dir}/qpidd
broker.module.ssl=${module.dir}/ssl.so
broker.module.cluster=${module.dir}/cluster.so
broker.module.store=${store.module.dir}/msgstore.so
broker.stopped=Exception constructed

broker.modules=
broker.args=

broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args}

profile.excludes=CPPPrefetchExcludes CPPTransientExcludes
test.excludes=Excludes CPPExcludes ${profile}.excludes ${profile.excludes} cpp.excludes