summaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt')
-rw-r--r--streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt b/streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt
deleted file mode 100644
index 54e2368f200..00000000000
--- a/streamingvisitors/src/tests/keyword_extractor_factory/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_executable(streamingvisitors_keyword_extractor_factory_test_app TEST
- SOURCES
- keyword_extractor_factory_test.cpp
- DEPENDS
- streamingvisitors
- GTest::GTest
-)
-vespa_add_test(NAME streamingvisitors_keyword_extractor_factory_test_app COMMAND streamingvisitors_keyword_extractor_factory_test_app)