diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-17 18:10:12 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-17 18:10:12 -0400 |
commit | f56c4a5bdfb0ec881b8cb0c06940abbea71b5f2b (patch) | |
tree | 9d27a405b811b32fb7e4117fcbc2639846d807d6 /tests/local.mk | |
parent | 2eb493ca51e97228a7dc8e28e414df627cb3a329 (diff) | |
parent | 64ee02890c965bc5d8747f78e6298205c9307335 (diff) |
Merge remote-tracking branch 'upstream/master' into ca-drv-exotic
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 4ed1d795f..e54726787 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -70,6 +70,10 @@ nix_tests = \ check-reqs.sh \ build-remote-content-addressed-fixed.sh \ build-remote-content-addressed-floating.sh \ + build-remote-trustless-should-pass-0.sh \ + build-remote-trustless-should-pass-1.sh \ + build-remote-trustless-should-pass-3.sh \ + build-remote-trustless-should-fail-0.sh \ nar-access.sh \ pure-eval.sh \ eval.sh \ |