1
0
Fork 0
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:
John Ericson 2024-07-24 22:25:08 -04:00
parent dba1142c01
commit f4915af71c
3 changed files with 25 additions and 21 deletions

View file

@ -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 \