aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-13 17:27:07 +0100
committerGitHub <noreply@github.com>2021-01-13 17:27:07 +0100
commitcf8521a2a3de19d473878359f77a7e096fa9cdec (patch)
tree6341c868bf406540a08870fadce55858c8647f46 /vespalib
parent29df3c64cf0254882776950f0028fc7e3b381625 (diff)
parent17a1307a6e8e972195d757568e8c79c22a993a8d (diff)
Merge pull request #16035 from vespa-engine/balder/annotate-array_store-test
Annotate the expensive array_store test not the array_test.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/array/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/datastore/array_store/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/array/CMakeLists.txt b/vespalib/src/tests/array/CMakeLists.txt
index 388e0af6e36..b068da06587 100644
--- a/vespalib/src/tests/array/CMakeLists.txt
+++ b/vespalib/src/tests/array/CMakeLists.txt
@@ -5,4 +5,4 @@ vespa_add_executable(vespalib_array_test_app TEST
DEPENDS
vespalib
)
-vespa_add_test(NAME vespalib_array_test_app COMMAND vespalib_array_test_app COST 100)
+vespa_add_test(NAME vespalib_array_test_app COMMAND vespalib_array_test_app)
diff --git a/vespalib/src/tests/datastore/array_store/CMakeLists.txt b/vespalib/src/tests/datastore/array_store/CMakeLists.txt
index a6f0ef31b1a..857ff2cd1f7 100644
--- a/vespalib/src/tests/datastore/array_store/CMakeLists.txt
+++ b/vespalib/src/tests/datastore/array_store/CMakeLists.txt
@@ -5,4 +5,4 @@ vespa_add_executable(vespalib_array_store_test_app TEST
DEPENDS
vespalib
)
-vespa_add_test(NAME vespalib_array_store_test_app COMMAND vespalib_array_store_test_app)
+vespa_add_test(NAME vespalib_array_store_test_app COMMAND vespalib_array_store_test_app COST 100)