mirror of
https://github.com/NixOS/nix
synced 2025-07-12 14:55:09 +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
1
Makefile
1
Makefile
|
@ -54,6 +54,7 @@ ifeq ($(ENABLE_FUNCTIONAL_TESTS), yes)
|
|||
ifdef HOST_UNIX
|
||||
makefiles += \
|
||||
tests/functional/local.mk \
|
||||
tests/functional/flakes/local.mk \
|
||||
tests/functional/ca/local.mk \
|
||||
tests/functional/git-hashing/local.mk \
|
||||
tests/functional/dyn-drv/local.mk \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue