don't install testServer et. al
Not really something most end users care about. So don't clutter up the install tree. Continue to build, but not run as, tests.
This commit is contained in:
@ -35,28 +35,28 @@ TESTPROD_HOST += testsharedstate
|
||||
testsharedstate_SRCS += testsharedstate.cpp
|
||||
TESTS += testsharedstate
|
||||
|
||||
PROD_HOST += testServer
|
||||
TESTPROD_HOST += testServer
|
||||
testServer_SRCS += testServer.cpp
|
||||
|
||||
PROD_HOST += testGetPerformance
|
||||
TESTPROD_HOST += testGetPerformance
|
||||
testGetPerformance_SRCS += testGetPerformance.cpp
|
||||
|
||||
PROD_HOST += testMonitorPerformance
|
||||
TESTPROD_HOST += testMonitorPerformance
|
||||
testMonitorPerformance_SRCS += testMonitorPerformance.cpp
|
||||
|
||||
PROD_HOST += rpcServiceExample
|
||||
TESTPROD_HOST += rpcServiceExample
|
||||
rpcServiceExample_SRCS += rpcServiceExample.cpp
|
||||
|
||||
PROD_HOST += rpcServiceAsyncExample
|
||||
TESTPROD_HOST += rpcServiceAsyncExample
|
||||
rpcServiceAsyncExample_SRCS += rpcServiceAsyncExample.cpp
|
||||
|
||||
PROD_HOST += rpcWildServiceExample
|
||||
TESTPROD_HOST += rpcWildServiceExample
|
||||
rpcWildServiceExample_SRCS += rpcWildServiceExample.cpp
|
||||
|
||||
PROD_HOST += rpcClientExample
|
||||
TESTPROD_HOST += rpcClientExample
|
||||
rpcClientExample_SRCS += rpcClientExample.cpp
|
||||
|
||||
PROD_HOST += pipelineServiceExample
|
||||
TEESTPROD_HOST += pipelineServiceExample
|
||||
pipelineServiceExample_SRCS += pipelineServiceExample.cpp
|
||||
|
||||
TESTPROD_HOST += testClientFactory
|
||||
|
Reference in New Issue
Block a user