aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/zcurve/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/zcurve/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/zcurve/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/zcurve/CMakeLists.txt b/vespalib/src/tests/zcurve/CMakeLists.txt
index 14d08bbe9ba..8bc489a70d6 100644
--- a/vespalib/src/tests/zcurve/CMakeLists.txt
+++ b/vespalib/src/tests/zcurve/CMakeLists.txt
@@ -1,12 +1,12 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(vespalib_zcurve_test_app
+vespa_add_executable(vespalib_zcurve_test_app TEST
SOURCES
zcurve_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_zcurve_test_app COMMAND vespalib_zcurve_test_app)
-vespa_add_executable(vespalib_zcurve_ranges_test_app
+vespa_add_executable(vespalib_zcurve_ranges_test_app TEST
SOURCES
zcurve_ranges_test.cpp
DEPENDS