mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
9d2ed0a7d3
This should make `_NIX_TEST_ACCEPT=1` work again, fixing #11369. Progress on #2503
29 lines
550 B
Meson
29 lines
550 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',
|
|
],
|
|
'workdir': meson.current_source_dir(),
|
|
}
|