diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-09-16 22:35:24 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-09-16 22:35:24 +0000 |
commit | f60b380a7f32406659efee282cde4c1330fc1c65 (patch) | |
tree | 8bd0680b8fafa02c93b29d0934133b0ff5b29e7a /tests/local.mk | |
parent | c08c9f08c75bf379439348cccb5b8871a27bf498 (diff) | |
parent | 5080d4e7b2525d1656282c65a217a22ff8381df3 (diff) |
Merge remote-tracking branch 'upstream/master' into remove-storetype-delegate-regStore
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index fd9438386..a1929f96d 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -33,7 +33,9 @@ nix_tests = \ post-hook.sh \ function-trace.sh \ recursive.sh \ - flakes.sh + describe-stores.sh \ + flakes.sh \ + content-addressed.sh # parallel.sh # build-remote-content-addressed-fixed.sh \ |