mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
34fe2478a2
Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
18 lines
350 B
Meson
18 lines
350 B
Meson
suites += {
|
|
'name': 'local-overlay-store',
|
|
'deps': [],
|
|
'tests': [
|
|
'check-post-init.sh',
|
|
'redundant-add.sh',
|
|
'build.sh',
|
|
'bad-uris.sh',
|
|
'add-lower.sh',
|
|
'delete-refs.sh',
|
|
'delete-duplicate.sh',
|
|
'gc.sh',
|
|
'verify.sh',
|
|
'optimise.sh',
|
|
'stale-file-handle.sh',
|
|
],
|
|
'workdir': meson.current_build_dir(),
|
|
}
|