aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
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 /storageframework
parent5a158af055909c924ae3fa34e7d73608895dd3d5 (diff)
Simplify.
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/storageframework/src/tests/CMakeLists.txt b/storageframework/src/tests/CMakeLists.txt
index 0e562508d4c..49c25a275f2 100644
--- a/storageframework/src/tests/CMakeLists.txt
+++ b/storageframework/src/tests/CMakeLists.txt
@@ -13,7 +13,6 @@ vespa_add_executable(storageframework_gtest_runner_app TEST
vespa_add_test(
NAME storageframework_gtest_runner_app
COMMAND storageframework_gtest_runner_app
- DEPENDS storageframework_gtest_runner_app
)
# Runner for unit tests written in CppUnit (DEPRECATED).