mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
9d2ed0a7d3
This should make `_NIX_TEST_ACCEPT=1` work again, fixing #11369. Progress on #2503
19 lines
376 B
Meson
19 lines
376 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_source_dir(),
|
|
}
|