4 lines
93 B
Meson
4 lines
93 B
Meson
project('test is external')
|
|
|
|
test('external', find_program('mytest.py'), args : ['correct'])
|