aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-30 12:05:19 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-11-30 12:05:19 +0000
commit983ad3d594c86fda4994c3609a116905925b69bd (patch)
tree605110cda831ca8ea1de11d76fa9a3c04773f3a4 /vespalib
parent31cf2ff1f1524a33dce67fd621bdd3b6e63b8acf (diff)
Rename wakeupservice test to invokeservice.
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)
-