diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-06-28 16:06:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 16:06:49 +0200 |
commit | f5320299ddf4389e7f08e65519eb14b389f56bf3 (patch) | |
tree | cfe7d2e9ad9582ce35f64db84378dcf5b2893131 /tests/local.mk | |
parent | bf68c693dc5157c2be1f3a9f407dd1ce3761df78 (diff) | |
parent | 8eaf03bcb42a8179de4b7d1cb4c53434f21ffcd1 (diff) |
Merge pull request #4937 from NixOS/ca/make-the-tests-useful
Make the CA tests actually test something
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 4d9d314cc..cbdf4efdb 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -39,6 +39,7 @@ nix_tests = \ search.sh \ nix-copy-ssh.sh \ post-hook.sh \ + ca/post-hook.sh \ function-trace.sh \ recursive.sh \ describe-stores.sh \ |