summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-14 00:13:11 +0200
committerGitHub <noreply@github.com>2016-09-14 00:13:11 +0200
commit0836f0bf337ee23c5e66f420cfa54d49e4a2104e (patch)
tree403c361cd30043cc3de04483489cfa8e25fe0ff3 /searchcorespi
parent4537f2d1e36f41e74f348258aecf448b77ef1799 (diff)
Revert "Aressem/move messagebus test tests to separate module"
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/tests/plugin/CMakeLists.txt24
1 files changed, 10 insertions, 14 deletions
diff --git a/searchcorespi/src/tests/plugin/CMakeLists.txt b/searchcorespi/src/tests/plugin/CMakeLists.txt
index 333f927c3d2..ef7f0ad316f 100644
--- a/searchcorespi/src/tests/plugin/CMakeLists.txt
+++ b/searchcorespi/src/tests/plugin/CMakeLists.txt
@@ -1,28 +1,14 @@
# Copyright 2016 Yahoo Inc. 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
-)
-vespa_add_library(searchcorespi_illegal-plugin
- SOURCES
- empty.cpp
- DEPENDS
-)
vespa_add_executable(searchcorespi_plugin_test_app TEST
SOURCES
plugin_test.cpp
DEPENDS
searchcorespi
- AFTER
- searchcorespi_tplugin
- searchcorespi_illegal-plugin
)
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
@@ -31,3 +17,13 @@ vespa_add_executable(searchcorespi_factoryregistry_test_app TEST
searchcorespi
)
vespa_add_test(NAME searchcorespi_factoryregistry_test_app COMMAND searchcorespi_factoryregistry_test_app)
+vespa_add_library(searchcorespi_tplugin
+ SOURCES
+ plugin.cpp
+ DEPENDS
+)
+vespa_add_library(searchcorespi_illegal-plugin
+ SOURCES
+ empty.cpp
+ DEPENDS
+)