aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/closure/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/closure/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/closure/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/closure/CMakeLists.txt b/vespalib/src/tests/closure/CMakeLists.txt
index 174c1e8700b..cf744fc3bd9 100644
--- a/vespalib/src/tests/closure/CMakeLists.txt
+++ b/vespalib/src/tests/closure/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_closure_test_app
+vespa_add_executable(vespalib_closure_test_app TEST
SOURCES
closure_test.cpp
DEPENDS
vespalib
)
vespa_add_test(NAME vespalib_closure_test_app COMMAND vespalib_closure_test_app)
-vespa_add_executable(vespalib_autoclosurecaller_test_app
+vespa_add_executable(vespalib_autoclosurecaller_test_app TEST
SOURCES
autoclosurecaller_test.cpp
DEPENDS