2024-07-08 23:07:06 +03:00
|
|
|
configure_file(
|
|
|
|
input : 'config.nix.in',
|
|
|
|
output : 'config.nix',
|
|
|
|
configuration : test_confdata,
|
|
|
|
)
|
|
|
|
|
|
|
|
suites += {
|
|
|
|
'name': 'ca',
|
|
|
|
'deps': [],
|
|
|
|
'tests': [
|
|
|
|
'build-with-garbage-path.sh',
|
|
|
|
'build.sh',
|
|
|
|
'build-cache.sh',
|
|
|
|
'concurrent-builds.sh',
|
|
|
|
'derivation-json.sh',
|
|
|
|
'duplicate-realisation-in-closure.sh',
|
|
|
|
'eval-store.sh',
|
|
|
|
'gc.sh',
|
2024-09-17 17:55:44 +03:00
|
|
|
'import-from-derivation.sh',
|
2024-07-08 23:07:06 +03:00
|
|
|
'new-build-cmd.sh',
|
|
|
|
'nix-copy.sh',
|
|
|
|
'nix-run.sh',
|
|
|
|
'nix-shell.sh',
|
|
|
|
'post-hook.sh',
|
|
|
|
'recursive.sh',
|
|
|
|
'repl.sh',
|
|
|
|
'selfref-gc.sh',
|
|
|
|
'signatures.sh',
|
|
|
|
'substitute.sh',
|
|
|
|
'why-depends.sh',
|
|
|
|
],
|
2024-11-01 15:56:50 +02:00
|
|
|
'workdir': meson.current_source_dir(),
|
2024-07-08 23:07:06 +03:00
|
|
|
}
|