openrc/test/units/meson.build

6 lines
197 B
Meson
Raw Normal View History

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)