aboutsummaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2022-01-18 16:54:53 +0100
committerregnat <rg@regnat.ovh>2022-01-18 16:54:53 +0100
commit2ad2678c0baaa755becdbb7be82e2bb2e8ba1ada (patch)
tree48b0eeb254f75dc97d65b6951c5d1b5a2c7ce759 /tests/local.mk
parentf6f0bcf11ff79213f5ffa58d0e490901b2d3ce58 (diff)
Add a simple test for `nix why-depends`
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 8580ecac9..93cf20d43 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -61,7 +61,8 @@ nix_tests = \
ca/concurrent-builds.sh \
ca/nix-copy.sh \
eval-store.sh \
- readfile-context.sh
+ readfile-context.sh \
+ why-depends.sh
# parallel.sh
ifeq ($(HAVE_LIBCPUID), 1)