mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
We were simply passing in the wrong path. This went uncaught because the TODO about deduplication hasn't happened yet.
9 lines
145 B
Meson
9 lines
145 B
Meson
suites += {
|
|
'name': 'git-hashing',
|
|
'deps': [],
|
|
'tests': [
|
|
'simple.sh',
|
|
'fixed.sh',
|
|
],
|
|
'workdir': meson.current_source_dir(),
|
|
}
|