summaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests/plugin/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchcorespi/src/tests/plugin/CMakeLists.txt')
-rw-r--r--searchcorespi/src/tests/plugin/CMakeLists.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/searchcorespi/src/tests/plugin/CMakeLists.txt b/searchcorespi/src/tests/plugin/CMakeLists.txt
deleted file mode 100644
index da785b09b6a..00000000000
--- a/searchcorespi/src/tests/plugin/CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_add_library(searchcorespi_tplugin
- SOURCES
- plugin.cpp
- DEPENDS
- searchcorespi
-)
-vespa_add_library(searchcorespi_illegal-plugin
- SOURCES
- empty.cpp
- DEPENDS
- searchcorespi
-)
-vespa_add_executable(searchcorespi_plugin_test_app TEST
- SOURCES
- plugin_test.cpp
- DEPENDS
- searchcorespi
-)
-vespa_add_test(
- NAME searchcorespi_plugin_test_app
- COMMAND searchcorespi_plugin_test_app
- ENVIRONMENT "LD_LIBRARY_PATH=."
- DEPENDS searchcorespi_tplugin searchcorespi_illegal-plugin
-)
-vespa_add_executable(searchcorespi_factoryregistry_test_app TEST
- SOURCES
- factoryregistry_test.cpp
- DEPENDS
- searchcorespi
-)
-vespa_add_test(NAME searchcorespi_factoryregistry_test_app COMMAND searchcorespi_factoryregistry_test_app)