mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
20 lines
375 B
Meson
20 lines
375 B
Meson
|
configure_file(
|
||
|
input : 'config.nix.in',
|
||
|
output : 'config.nix',
|
||
|
configuration : test_confdata,
|
||
|
)
|
||
|
|
||
|
suites += {
|
||
|
'name': 'dyn-drv',
|
||
|
'deps': [],
|
||
|
'tests': [
|
||
|
'text-hashed-output.sh',
|
||
|
'recursive-mod-json.sh',
|
||
|
'build-built-drv.sh',
|
||
|
'eval-outputOf.sh',
|
||
|
'dep-built-drv.sh',
|
||
|
'old-daemon-error-hack.sh',
|
||
|
],
|
||
|
'workdir': meson.current_build_dir(),
|
||
|
}
|