1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 23:15:08 +02:00

Move non-flake input tests into a separate file

This commit is contained in:
Eelco Dolstra 2024-11-20 19:51:04 +01:00
parent 4cafea7c7b
commit 6832ee5d6f
4 changed files with 164 additions and 152 deletions

View file

@ -26,6 +26,7 @@ suites += {
'dubious-query.sh',
'shebang.sh',
'commit-lock-file-summary.sh',
'non-flake-inputs.sh',
],
'workdir': meson.current_source_dir(),
}