mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
9 lines
128 B
Meson
9 lines
128 B
Meson
|
suites += {
|
||
|
'name': 'git-hashing',
|
||
|
'deps': [],
|
||
|
'tests': [
|
||
|
'simple.sh',
|
||
|
],
|
||
|
'workdir': meson.current_build_dir(),
|
||
|
}
|