aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/fastlib/text/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/fastlib/text/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/fastlib/text/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/vespalib/src/tests/fastlib/text/CMakeLists.txt b/vespalib/src/tests/fastlib/text/CMakeLists.txt
new file mode 100644
index 00000000000..690da0a3d80
--- /dev/null
+++ b/vespalib/src/tests/fastlib/text/CMakeLists.txt
@@ -0,0 +1,15 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(fastlib_unicodeutiltest_app TEST
+ SOURCES
+ unicodeutiltest.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME fastlib_unicodeutiltest_app NO_VALGRIND COMMAND fastlib_unicodeutiltest_app)
+vespa_add_executable(fastlib_wordfolderstest_app TEST
+ SOURCES
+ wordfolderstest.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME fastlib_wordfolderstest_app NO_VALGRIND COMMAND fastlib_wordfolderstest_app)