aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/invokeservice/CMakeLists.txt9
-rw-r--r--vespalib/src/tests/invokeservice/invokeservice_test.cpp (renamed from vespalib/src/tests/wakeupservice/wakeupservice_test.cpp)0
-rw-r--r--vespalib/src/tests/wakeupservice/CMakeLists.txt9
3 files changed, 9 insertions, 9 deletions
diff --git a/vespalib/src/tests/invokeservice/CMakeLists.txt b/vespalib/src/tests/invokeservice/CMakeLists.txt
new file mode 100644
index 00000000000..a7d7dca806e
--- /dev/null
+++ b/vespalib/src/tests/invokeservice/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(vespalib_invokeservice_test_app TEST
+ SOURCES
+ invokeservice_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_invokeservice_test_app COMMAND vespalib_invokeservice_test_app)
+
diff --git a/vespalib/src/tests/wakeupservice/wakeupservice_test.cpp b/vespalib/src/tests/invokeservice/invokeservice_test.cpp
index 88a7969e153..88a7969e153 100644
--- a/vespalib/src/tests/wakeupservice/wakeupservice_test.cpp
+++ b/vespalib/src/tests/invokeservice/invokeservice_test.cpp
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)
-