meson: hook up udev-test.pl again

Seems it was dropped along with the automake rules in
72cdb3e783.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-09-26 13:39:43 +02:00
parent 73e406e140
commit b7191b2a9b

View file

@ -165,3 +165,17 @@ endif
sysv_generator_test_py = find_program('sysv-generator-test.py')
test('sysv-generator-test',
sysv_generator_test_py)
############################################################
# prepare test/sys tree
sys_script_py = find_program('sys-script.py')
custom_target(
'sys',
command : [sys_script_py, meson.current_build_dir()],
output : 'sys',
build_by_default : true)
udev_test_pl = find_program('udev-test.pl')
test('udev-test',
udev_test_pl)