mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Now that we have applied the [1] patch, the diff is much nicer and less noisy. [1]: https://www.github.com/mesonbuild/meson/pull/14861
39 lines
803 B
Meson
39 lines
803 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',
|
|
'relative-paths.sh',
|
|
'relative-paths-lockfile.sh',
|
|
'symlink-paths.sh',
|
|
'debugger.sh',
|
|
'source-paths.sh',
|
|
'old-lockfiles.sh',
|
|
'trace-ifd.sh',
|
|
],
|
|
'workdir' : meson.current_source_dir(),
|
|
}
|