5 lines
94 B
Meson
5 lines
94 B
Meson
project('test-wrap-git')
|
|
|
|
exe = subproject('wrap_git').get_variable('exe')
|
|
test('test1', exe)
|