diff options
author | Shea Levy <shea@shealevy.com> | 2018-02-13T17·49-0500 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-02-13T17·49-0500 |
commit | 3fe9767dd33499c2560d209dc13a01f5fcead1f0 (patch) | |
tree | 606f60879cc5831f2d2ea248b73dc9b86481d4c4 /tests/plugins | |
parent | 52c777a79318c85c8fbd8c02174a03511de278db (diff) |
Fix plugin tests on darwin
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/local.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/plugins/local.mk b/tests/plugins/local.mk index a5f19b087c82..1d2bac052fd2 100644 --- a/tests/plugins/local.mk +++ b/tests/plugins/local.mk @@ -1,9 +1,9 @@ -libraries += plugintest +libraries += libplugintest -plugintest_DIR := $(d) +libplugintest_DIR := $(d) -plugintest_SOURCES := $(d)/plugintest.cc +libplugintest_SOURCES := $(d)/plugintest.cc -plugintest_ALLOW_UNDEFINED := 1 +libplugintest_ALLOW_UNDEFINED := 1 -plugintest_EXCLUDE_FROM_LIBRARY_LIST := 1 +libplugintest_EXCLUDE_FROM_LIBRARY_LIST := 1 |