summaryrefslogtreecommitdiffstats
path: root/vespamalloc
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-08-24 11:18:47 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-08-24 11:18:47 +0200
commit7d675c89b7e5d43429ce607344a44a1e01324da1 (patch)
tree3588c33c16e9c2ea2a9c1d1e60a7f1c050b1dbb6 /vespamalloc
parentf96cc4fbee54a771e8d432e1842739a012b29148 (diff)
Fixed benchmarks to run out of source (except those not working in source).
Diffstat (limited to 'vespamalloc')
-rw-r--r--vespamalloc/src/tests/allocfree/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespamalloc/src/tests/allocfree/CMakeLists.txt b/vespamalloc/src/tests/allocfree/CMakeLists.txt
index 08588fa6aa6..494e2ac3640 100644
--- a/vespamalloc/src/tests/allocfree/CMakeLists.txt
+++ b/vespamalloc/src/tests/allocfree/CMakeLists.txt
@@ -8,7 +8,8 @@ vespa_add_executable(vespamalloc_allocfree_shared_test_app
allocfree.cpp
producerconsumer.cpp
)
-vespa_add_test(NAME vespamalloc_allocfree_shared_test_app NO_VALGRIND COMMAND sh allocfree_test.sh BENCHMARK)
+vespa_add_test(NAME vespamalloc_allocfree_shared_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/allocfree_test.sh BENCHMARK
+ DEPENDS vespamalloc_allocfree_shared_test_app)
vespa_add_executable(vespamalloc_realloc_test_app
SOURCES
realloc.cpp