parent
577b6dfdf6
commit
9f67c29eb4
2 changed files with 7 additions and 0 deletions
@ -0,0 +1,4 @@ |
||||
project('find program', 'c') |
||||
|
||||
prog = find_program('test-script') |
||||
test('script', prog) |
@ -0,0 +1,3 @@ |
||||
#!/usr/bin/env python |
||||
|
||||
print('1') |
Loading…
Reference in new issue