mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
33 lines
630 B
Meson
33 lines
630 B
Meson
suites += {
|
|
'name': 'flakes',
|
|
'deps': [],
|
|
'tests': [
|
|
'flakes.sh',
|
|
'develop.sh',
|
|
'edit.sh',
|
|
'run.sh',
|
|
'mercurial.sh',
|
|
'circular.sh',
|
|
'init.sh',
|
|
'inputs.sh',
|
|
'follow-paths.sh',
|
|
'bundle.sh',
|
|
'check.sh',
|
|
'unlocked-override.sh',
|
|
'absolute-paths.sh',
|
|
'absolute-attr-paths.sh',
|
|
'build-paths.sh',
|
|
'flake-in-submodule.sh',
|
|
'prefetch.sh',
|
|
'eval-cache.sh',
|
|
'search-root.sh',
|
|
'config.sh',
|
|
'show.sh',
|
|
'dubious-query.sh',
|
|
'shebang.sh',
|
|
'commit-lock-file-summary.sh',
|
|
'non-flake-inputs.sh',
|
|
],
|
|
'workdir': meson.current_source_dir(),
|
|
}
|