diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-05-24T09·04+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-05-24T09·04+0200 |
commit | edbb105e98b1d2c54776e91b49984eb50cce9db4 (patch) | |
tree | aba4e1c17572bc2c3462b62d918b5e54e3f7ee8c /tests/local.mk | |
parent | f134fc4cbecc258771272c2418af3b92ade88f80 (diff) | |
parent | a1f428b13bd003caaf3a1d1da6e934d52b6ea6dc (diff) |
Merge branch 'nar-accessor-tree' of https://github.com/bennofs/nix
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index 108e3febdb0c..7d99a0fc7675 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,7 +13,8 @@ nix_tests = \ check-reqs.sh pass-as-file.sh tarball.sh restricted.sh \ placeholders.sh nix-shell.sh \ linux-sandbox.sh \ - build-remote.sh + build-remote.sh \ + nar-index.sh # parallel.sh install-tests += $(foreach x, $(nix_tests), tests/$(x)) |