1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Create local.mk for local-overlay-store tests

This commit is contained in:
John Ericson 2023-05-15 23:10:53 -04:00
parent 5d18120ba8
commit 0ec7f2fb3f
3 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,7 @@
overlay-local-store-tests := \
$(d)/check-post-init.sh \
$(d)/redundant-add.sh \
$(d)/build.sh \
$(d)/bad-uris.sh
install-tests-groups += overlay-local-store