aboutsummaryrefslogtreecommitdiffstats
path: root/lowercasing_test
diff options
context:
space:
mode:
authorVegard Sjonfjell <vegardsjo@gmail.com>2016-06-16 14:55:49 +0200
committerGitHub <noreply@github.com>2016-06-16 14:55:49 +0200
commitbedc4838fdf4b6b8191d4a3f86418390d6858085 (patch)
tree84fa040d60a3d79185b26ab23461012e3f9c18e7 /lowercasing_test
parentdc1728a835c6b2d7378e8e77134a4f40a496c2ce (diff)
parent9ffb5969ff851b6661d966b182ab4cdc90bb7100 (diff)
Merge pull request #14 from yahoo/vegard/optionally-build-unit-tests
Vegard/optionally build unit tests
Diffstat (limited to 'lowercasing_test')
-rw-r--r--lowercasing_test/src/tests/hello-world/CMakeLists.txt2
-rw-r--r--lowercasing_test/src/tests/lowercasing/CMakeLists.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/lowercasing_test/src/tests/hello-world/CMakeLists.txt b/lowercasing_test/src/tests/hello-world/CMakeLists.txt
index ec4d0c68532..079fbe85d71 100644
--- a/lowercasing_test/src/tests/hello-world/CMakeLists.txt
+++ b/lowercasing_test/src/tests/hello-world/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(lowercasing_test_hello-world-local_app
+vespa_add_executable(lowercasing_test_hello-world-local_app TEST
SOURCES
hello-world-local.cpp
DEPENDS
diff --git a/lowercasing_test/src/tests/lowercasing/CMakeLists.txt b/lowercasing_test/src/tests/lowercasing/CMakeLists.txt
index 02bc9f3db52..cfcc932a35a 100644
--- a/lowercasing_test/src/tests/lowercasing/CMakeLists.txt
+++ b/lowercasing_test/src/tests/lowercasing/CMakeLists.txt
@@ -1,11 +1,11 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(lowercasing_test_casingvariants_fastlib_app
+vespa_add_executable(lowercasing_test_casingvariants_fastlib_app TEST
SOURCES
casingvariants_fastlib.cpp
DEPENDS
)
vespa_add_test(NAME lowercasing_test_lowrcasing NO_VALGRIND COMMAND sh lowercasing_test.sh)
-vespa_add_executable(lowercasing_test_casingvariants_vespalib_app
+vespa_add_executable(lowercasing_test_casingvariants_vespalib_app TEST
SOURCES
casingvariants_vespalib.cpp
DEPENDS