summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/CMakeLists.txt')
-rw-r--r--storage/src/tests/CMakeLists.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/storage/src/tests/CMakeLists.txt b/storage/src/tests/CMakeLists.txt
index f93ea7ef00d..e92d15c14e3 100644
--- a/storage/src/tests/CMakeLists.txt
+++ b/storage/src/tests/CMakeLists.txt
@@ -1,16 +1,3 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-# Runner for unit tests written in CppUnit (DEPRECATED).
-# NOTE: All new tests should be written in gtest. Each test sub-module has a gtest runner.
-vespa_add_executable(storage_testrunner_app TEST
- SOURCES
- testrunner.cpp
- DEPENDS
- storage_testcommon
- storage_testhostreporter
-)
-
-vespa_add_test(
- NAME storage_testrunner_app
- COMMAND storage_testrunner_app
-)
+# Currently empty; test executables are in library subdirs