project('python sample', 'c')
py3 = find_program('python3')
main = files('prog.py')
test('toplevel', py3, args : main)
subdir('subdir')