summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/common/timer/.gitignore2
-rw-r--r--searchcore/src/tests/proton/common/timer/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/common/timer/.gitignore b/searchcore/src/tests/proton/common/timer/.gitignore
index 9031e40152a..f0f08dcd650 100644
--- a/searchcore/src/tests/proton/common/timer/.gitignore
+++ b/searchcore/src/tests/proton/common/timer/.gitignore
@@ -1 +1 @@
-staging_vespalib_timer_test_app
+searchcore_common_timer_test_app
diff --git a/searchcore/src/tests/proton/common/timer/CMakeLists.txt b/searchcore/src/tests/proton/common/timer/CMakeLists.txt
index 7afd366ed89..89b9ecc688a 100644
--- a/searchcore/src/tests/proton/common/timer/CMakeLists.txt
+++ b/searchcore/src/tests/proton/common/timer/CMakeLists.txt
@@ -1,8 +1,8 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(staging_vespalib_timer_test_app TEST
+vespa_add_executable(searchcore_common_timer_test_app TEST
SOURCES
timer_test.cpp
DEPENDS
searchcore_pcommon
)
-vespa_add_test(NAME staging_vespalib_timer_test_app COMMAND staging_vespalib_timer_test_app)
+vespa_add_test(NAME searchcore_common_timer_test_app COMMAND searchcore_common_timer_test_app)