diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-07-13 20:16:39 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-07-13 20:37:32 +0200 |
commit | f011c269c951c8402f50b073079fb1e705331dc5 (patch) | |
tree | 7dac7432345c937b1341cf9b3d31e54648676118 /tests/local.mk | |
parent | c591efafd3e967816964600722265b037872200a (diff) |
Split off the circular flake import tests
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 1624143bb..8f266a330 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -2,6 +2,7 @@ nix_tests = \ flakes/flakes.sh \ flakes/run.sh \ flakes/mercurial.sh \ + flakes/circular.sh \ ca/gc.sh \ gc.sh \ remote-store.sh \ |