diff options
author | regnat <rg@regnat.ovh> | 2020-07-02 17:15:02 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2020-07-03 09:20:01 +0200 |
commit | 5101ed18bca509a8cf43668b0701afad90c5c9c4 (patch) | |
tree | 098bad7b897ab503957e54f834b5bffa833b81ae /tests | |
parent | 5596f879b43c20e5115d7bf9fddb70cdeec78988 (diff) |
Fix the test dependencies
Reuse the pre-existing list rather than the one written as part of #3777
Diffstat (limited to 'tests')
-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 536661af8..f3ac330d8 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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) |