meson.build 109 B

123456
  1. submain = find_program('subprog.py')
  2. test('subdir',
  3. submain,
  4. env : 'PYTHONPATH=' + meson.source_root())