diff options
author | Artturin <Artturin@artturin.com> | 2022-03-16 20:57:18 +0200 |
---|---|---|
committer | Artturin <Artturin@artturin.com> | 2022-03-16 21:01:51 +0200 |
commit | 4f8ad41d4eb2012f01cd09ad745e78c5b8d8bee6 (patch) | |
tree | 63c55315552f7d9448a6e539604277d011515162 /tests/local.mk | |
parent | a5c969db496843b9a42b3aee494a02714ee9ca78 (diff) |
add tests for nix eval and nix-instantiate
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 8032fc38a..f84c20fc7 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -52,6 +52,7 @@ nix_tests = \ build-remote-content-addressed-floating.sh \ nar-access.sh \ pure-eval.sh \ + eval.sh \ ca/post-hook.sh \ repl.sh \ ca/repl.sh \ |