1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Fix the test dependencies

Reuse the pre-existing list rather than the one written as part of #3777
This commit is contained in:
regnat 2020-07-02 17:15:02 +02:00
parent 5596f879b4
commit 5101ed18bc
2 changed files with 5 additions and 2 deletions

View file

@ -40,4 +40,4 @@ tests-environment = NIX_REMOTE= $(bash) -e
clean-files += $(d)/common.sh
installcheck: $(d)/common.sh $(d)/config.nix $(d)/plugins/libplugintest.$(SO_EXT)
test-deps += tests/common.sh tests/config.nix tests/plugins/libplugintest.$(SO_EXT)