We were simply passing in the wrong path. This went uncaught because the TODO about deduplication hasn't happened yet.
10 lines
145 B
Meson
10 lines
145 B
Meson
suites += {
|
|
'name': 'git-hashing',
|
|
'deps': [],
|
|
'tests': [
|
|
'simple.sh',
|
|
'fixed.sh',
|
|
],
|
|
'workdir': meson.current_source_dir(),
|
|
}
|