mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
12 lines
263 B
Makefile
12 lines
263 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)/gc.sh \
|
|
$(d)/verify.sh \
|
|
$(d)/optimise.sh \
|
|
$(d)/delete.sh
|
|
|
|
install-tests-groups += overlay-local-store
|