diff options
author | Will Dietz <w@wdtz.org> | 2018-02-07T20·57-0600 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-02-07T21·20-0600 |
commit | 3780435a0e3166ff898b33b8eb9a057ffa16ce67 (patch) | |
tree | 9b9883ba12f98c1a25fe28eb40337983b7f425e2 /tests/local.mk | |
parent | f201b7733e22cc236a41093a88cc789239d994bd (diff) |
tests: Add (failing) tests for reported --dry-run issues.
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 e90b9f7da4ad..0035dca2d613 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,6 +13,7 @@ nix_tests = \ check-reqs.sh pass-as-file.sh tarball.sh restricted.sh \ placeholders.sh nix-shell.sh \ linux-sandbox.sh \ + build-dry.sh \ build-remote.sh \ nar-access.sh \ structured-attrs.sh \ |