summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/rpc-error/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <[email protected]>2016-08-23 15:10:36 +0200
committerVegard Sjonfjell <[email protected]>2016-08-23 15:10:36 +0200
commit55e5a91901109161186e05d3a6e959e06958bbba (patch)
treef312bab2c60207ee305dbcfa047fcc4fa8fd2dc1 /jrt_test/src/tests/rpc-error/CMakeLists.txt
parentd337a29392fb752dc725e4aea5efa0cc0df5f17a (diff)
Aressem/cmake more out of source tests (#441)
* vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
Diffstat (limited to 'jrt_test/src/tests/rpc-error/CMakeLists.txt')
-rw-r--r--jrt_test/src/tests/rpc-error/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt_test/src/tests/rpc-error/CMakeLists.txt b/jrt_test/src/tests/rpc-error/CMakeLists.txt
index f4756f3dffa..fbe9720d55e 100644
--- a/jrt_test/src/tests/rpc-error/CMakeLists.txt
+++ b/jrt_test/src/tests/rpc-error/CMakeLists.txt
@@ -4,4 +4,4 @@ vespa_add_executable(jrt_test_test-errors_app TEST
test-errors.cpp
DEPENDS
)
-vespa_add_test(NAME jrt_test_test-errors_app NO_VALGRIND COMMAND sh rpc-error_test.sh)
+vespa_add_test(NAME jrt_test_test-errors_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/rpc-error_test.sh)