summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-03-01 11:47:53 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-03-01 11:47:53 +0000
commitb2a8c6a3055c98b542c9987337094698f84fa54c (patch)
treee303373d23bb092b599c4c983f4cae3587f5660e /storage
parent5a158af055909c924ae3fa34e7d73608895dd3d5 (diff)
Simplify.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/tests/CMakeLists.txt b/storage/src/tests/CMakeLists.txt
index e3da883280a..c4436161f28 100644
--- a/storage/src/tests/CMakeLists.txt
+++ b/storage/src/tests/CMakeLists.txt
@@ -12,7 +12,6 @@ vespa_add_executable(storage_gtest_runner_app TEST
vespa_add_test(
NAME storage_gtest_runner_app
COMMAND storage_gtest_runner_app
- DEPENDS storage_gtest_runner_app
)
# Runner for unit tests written in CppUnit (DEPRECATED).