aboutsummaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-03-15 16:35:41 +0100
committerGitHub <noreply@github.com>2021-03-15 16:35:41 +0100
commita5e21aa13cb717ea7624ef802ffb99501d949104 (patch)
tree3daf6aa9e2876d32c895b505a3d283eadd40972e /tests/local.mk
parent306c154632c03fe27e1513f4fb8797dd81536c05 (diff)
parent703c98c6cb922ff9d8cd8cb2c1104e0d3b15b803 (diff)
Merge pull request #4618 from NixOS/ca/sign-drvoutputs
Sign the derivation outputs
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index e17555051..9a227bec5 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -41,8 +41,9 @@ nix_tests = \
build.sh \
compute-levels.sh \
ca/build.sh \
- ca/nix-copy.sh \
ca/substitute.sh
+ ca/signatures.sh \
+ ca/nix-copy.sh
# parallel.sh
install-tests += $(foreach x, $(nix_tests), tests/$(x))