1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

Fix plugin tests on darwin

This commit is contained in:
Shea Levy 2018-02-13 12:49:14 -05:00
parent 52c777a793
commit 3fe9767dd3
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
3 changed files with 7 additions and 7 deletions

View file

@ -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)