diff options
author | regnat <rg@regnat.ovh> | 2021-05-11 10:52:17 +0200 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-05-17 15:10:48 +0200 |
commit | f46adb783c939c61a087cdfd8af964f4ad6f9816 (patch) | |
tree | c315dcfa20644d0d75b10ca844bce90548519a2f /tests/local.mk | |
parent | f0c0052d4b16d13d2a826a2839b680b729651179 (diff) |
Add a test for `nix run` with CA derivations
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk index e2c94dde6..542be6b7e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -46,6 +46,7 @@ nix_tests = \ ca/build.sh \ ca/substitute.sh \ ca/signatures.sh \ + ca/nix-run.sh \ ca/nix-copy.sh # parallel.sh @@ -53,6 +54,6 @@ install-tests += $(foreach x, $(nix_tests), tests/$(x)) tests-environment = NIX_REMOTE= $(bash) -e -clean-files += $(d)/common.sh $(d)/config.nix +clean-files += $(d)/common.sh $(d)/config.nix $(d)/ca/config.nix -test-deps += tests/common.sh tests/config.nix tests/plugins/libplugintest.$(SO_EXT) +test-deps += tests/common.sh tests/config.nix tests/ca/config.nix tests/plugins/libplugintest.$(SO_EXT) |