mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Put flake functional tests in their own group
This is a nice thing to have, and it made it easier to work on the Meson-ifcation of these functional tests too.
This commit is contained in:
parent
dba1142c01
commit
f4915af71c
3 changed files with 25 additions and 21 deletions
24
tests/functional/flakes/local.mk
Normal file
24
tests/functional/flakes/local.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue