parent
f2223fcf54
commit
d085002d18
4 changed files with 19 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
#!/usr/bin/env python3 |
||||
|
||||
import sys |
||||
|
||||
data = open(sys.argv[1], 'rb').read() |
@ -0,0 +1,4 @@ |
||||
exe2 = executable('dummy', '../opener.c') |
||||
test('subdir', find_program('checker.py'), |
||||
workdir : meson.source_root(), |
||||
args: [exe2]) |
Loading…
Reference in new issue