mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
f4915af71c
This is a nice thing to have, and it made it easier to work on the Meson-ifcation of these functional tests too.
24 lines
507 B
Makefile
24 lines
507 B
Makefile
flake-tests := \
|
|
$(d)/flakes.sh \
|
|
$(d)/develop.sh \
|
|
$(d)/edit.sh \
|
|
$(d)/run.sh \
|
|
$(d)/mercurial.sh \
|
|
$(d)/circular.sh \
|
|
$(d)/init.sh \
|
|
$(d)/inputs.sh \
|
|
$(d)/follow-paths.sh \
|
|
$(d)/bundle.sh \
|
|
$(d)/check.sh \
|
|
$(d)/unlocked-override.sh \
|
|
$(d)/absolute-paths.sh \
|
|
$(d)/absolute-attr-paths.sh \
|
|
$(d)/build-paths.sh \
|
|
$(d)/flake-in-submodule.sh \
|
|
$(d)/prefetch.sh \
|
|
$(d)/eval-cache.sh \
|
|
$(d)/search-root.sh \
|
|
$(d)/config.sh \
|
|
$(d)/show.sh
|
|
|
|
install-tests-groups += flake
|