6 lines
197 B
Meson
6 lines
197 B
Meson
|
is_older_than = find_program('check-is-older-than.sh')
|
||
|
sh_yesno = find_program('check-sh-yesno.sh')
|
||
|
|
||
|
test('is_older_than', is_older_than, env : test_env)
|
||
|
test('sh_yesno', sh_yesno, env : test_env)
|