2024-07-08 23:07:06 +03:00
|
|
|
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',
|
2024-09-30 15:43:15 +03:00
|
|
|
'dubious-query.sh',
|
2024-07-08 23:07:06 +03:00
|
|
|
],
|
2024-11-01 15:56:50 +02:00
|
|
|
'workdir': meson.current_source_dir(),
|
2024-07-08 23:07:06 +03:00
|
|
|
}
|