aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <[email protected]>2016-08-15 15:38:23 +0200
committerVegard Sjonfjell <[email protected]>2016-08-15 15:38:23 +0200
commitd15dc62521c5cf26455216fa5eb3c3fe0b5c8ada (patch)
tree195f7d2b2392d07ec6e1c2b9dc14a7a965ecc65c /searchcore/src/tests/proton/index/CMakeLists.txt
parente534ad2c12af07da88b8264c2be189f5f686e927 (diff)
Aressem/cmake out of source test for script (#409)
* First script runs out of source. * Call scripts from source directory. * One more test passing. * Searchcore tests pass out of source. * Searchlib tests run out of source:
Diffstat (limited to 'searchcore/src/tests/proton/index/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/index/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/CMakeLists.txt b/searchcore/src/tests/proton/index/CMakeLists.txt
index be3fff431a9..68064365b8a 100644
--- a/searchcore/src/tests/proton/index/CMakeLists.txt
+++ b/searchcore/src/tests/proton/index/CMakeLists.txt
@@ -30,4 +30,4 @@ vespa_add_executable(searchcore_indexcollection_test_app TEST
DEPENDS
searchcore_index
)
-vespa_add_test(NAME searchcore_index_test COMMAND sh index_test.sh)
+vespa_add_test(NAME searchcore_index_test COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/index_test.sh)