diff options
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index a76d720d0..f4ef981fd 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -3,7 +3,9 @@ check: nix_tests = \ init.sh hash.sh lang.sh add.sh simple.sh dependencies.sh \ - gc.sh gc-concurrent.sh \ + gc.sh \ + gc-concurrent.sh \ + gc-auto.sh \ referrers.sh user-envs.sh logging.sh nix-build.sh misc.sh fixed.sh \ gc-runtime.sh check-refs.sh filter-source.sh \ remote-store.sh export.sh export-graph.sh \ @@ -27,6 +29,7 @@ nix_tests = \ plugins.sh \ search.sh \ nix-copy-ssh.sh \ + post-hook.sh \ flakes.sh # parallel.sh |