mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
29 lines
525 B
Meson
29 lines
525 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',
|
||
|
],
|
||
|
'workdir': meson.current_build_dir(),
|
||
|
}
|