summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-19 21:57:59 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-20 12:38:48 +0000
commit64500ab17deb86b394edc81f4ad42b5a2c43fe30 (patch)
tree64334ba1513b697dacd5068981a8ee5b7ad92f3b /searchcore
parentcfa6ec5cdbd1cf39558d3f85101de05230d6c225 (diff)
Fold staging_vespalib into vespalib
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)