summaryrefslogtreecommitdiffstats
path: root/slobrok
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-08-25 11:18:40 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-08-25 11:18:40 +0200
commit7ecbe9897c1365f5f882e1d6a80a77a9845c604f (patch)
tree70acdffe04955cd50879abdd5bc87deb2c112e4f /slobrok
parent369a1f8b61b2411a85f36717774349f08ec1eef6 (diff)
Added more dependencies to be able to compile and test in parallell.
Diffstat (limited to 'slobrok')
-rw-r--r--slobrok/src/tests/startsome/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/slobrok/src/tests/startsome/CMakeLists.txt b/slobrok/src/tests/startsome/CMakeLists.txt
index 51ae234dc7f..95d09f61279 100644
--- a/slobrok/src/tests/startsome/CMakeLists.txt
+++ b/slobrok/src/tests/startsome/CMakeLists.txt
@@ -10,4 +10,4 @@ vespa_add_executable(slobrok_rpc_info_app
DEPENDS
)
vespa_add_test(NAME slobrok_tstdst_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/startsome.sh
- DEPENDS slobrok_tstdst_app slobrok_rpc_info_app)
+ DEPENDS slobrok_tstdst_app slobrok_rpc_info_app slobrok_sbcmd_app slobrok_app)