aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt b/searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt
deleted file mode 100644
index a4f0ff0bcec..00000000000
--- a/searchcore/src/tests/proton/metrics/job_tracked_flush/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(searchcore_job_tracked_flush_test_app TEST
- SOURCES
- job_tracked_flush_test.cpp
- DEPENDS
- searchcore_proton_metrics
- searchcore_test
-)
-vespa_add_test(NAME searchcore_job_tracked_flush_test_app COMMAND searchcore_job_tracked_flush_test_app)