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/local.mk | |
parent | 52c777a79318c85c8fbd8c02174a03511de278db (diff) |
Fix plugin tests on darwin
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 51bc09dd4322..2a4832e1304e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -32,4 +32,4 @@ tests-environment = NIX_REMOTE= $(bash) -e clean-files += $(d)/common.sh -installcheck: $(d)/common.sh $(d)/plugins/plugintest.so +installcheck: $(d)/common.sh $(d)/plugins/libplugintest.$(SO_EXT) |