diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-03-08 21:25:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 21:25:30 +0100 |
commit | d25322e7c0dd4b196d04af4d6bc66e2b3e3b7d4c (patch) | |
tree | cb4ee4e3f68916a907bf9c1b7d11953abc6caf8a /tests/local.mk | |
parent | e8415dc439704ee71b0a03b60bc5110bd3426314 (diff) | |
parent | c11836126b5148b6796c2470404a0bdf25cdfbe3 (diff) |
Merge pull request #5754 from obsidiansystems/harden-tests-set-u
Harden tests' bash
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 4a620f18b..e6edbf67e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,4 +1,5 @@ nix_tests = \ + test-infra.sh \ init.sh \ flakes/flakes.sh \ flakes/run.sh \ @@ -132,7 +133,7 @@ install-tests += $(foreach x, $(nix_tests), tests/$(x)) clean-files += $(d)/tests/common/vars-and-functions.sh $(d)/config.nix $(d)/ca/config.nix -test-deps += tests/common/vars-and-functions.sh tests/config.nix tests/ca/config.nix tests/plugins/libplugintest.$(SO_EXT) +test-deps += tests/common/vars-and-functions.sh tests/config.nix tests/ca/config.nix ifeq ($(BUILD_SHARED_LIBS), 1) test-deps += tests/plugins/libplugintest.$(SO_EXT) |