bind/Sanity/utils/main.fmf
Petr Menšík 17d375dcc8 Move around some Sanity tests
Test sharing adjust definitions by having it once per subdirectory in
Sanity. Separate named for bind testing, utils for just bind-utils
testing. With the same working also for other bind variants.
2024-06-20 17:12:58 +02:00

21 lines
475 B
Text

adjust+:
- require+:
- bind-utils
environment+:
PACKAGE: bind
when: component is not defined or component == bind
- require+:
- bind9-next-utils
environment+:
PACKAGE: bind9-next
when: component == bind9-next
- require+:
- bind9.16-utils
environment+:
PACKAGE: bind9.16
when: component == bind9.16
- require+:
- bind9.18-utils
environment+:
PACKAGE: bind9.18
when: component == bind9.18