aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/wakeupservice/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/wakeupservice/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/wakeupservice/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/vespalib/src/tests/wakeupservice/CMakeLists.txt b/vespalib/src/tests/wakeupservice/CMakeLists.txt
deleted file mode 100644
index b9c80f9aab0..00000000000
--- a/vespalib/src/tests/wakeupservice/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_wakeupservice_test_app TEST
- SOURCES
- wakeupservice_test.cpp
- DEPENDS
- vespalib
-)
-vespa_add_test(NAME vespalib_wakeupservice_test_app COMMAND vespalib_wakeupservice_test_app)
-