mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
9 lines
208 B
Makefile
9 lines
208 B
Makefile
overlay-local-store-tests := \
|
|
$(d)/check-post-init.sh \
|
|
$(d)/redundant-add.sh \
|
|
$(d)/build.sh \
|
|
$(d)/bad-uris.sh \
|
|
$(d)/add-lower.sh \
|
|
$(d)/verify.sh
|
|
|
|
install-tests-groups += overlay-local-store
|