test: drop udev-test.pl

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-05 08:49:18 +02:00
parent f2c02d232e
commit 09ea351b6f
3 changed files with 1 additions and 2924 deletions

View file

@ -701,7 +701,6 @@ stat = find_program('stat')
ln = find_program('ln')
git = find_program('git', required : false)
env = find_program('env')
perl = find_program('perl', required : false)
rsync = find_program('rsync', required : false)
diff = find_program('diff')
find = find_program('find')

View file

@ -131,19 +131,8 @@ custom_target(
output : 'sys',
build_by_default : want_tests != 'false')
if perl.found()
udev_test_pl = find_program('udev-test.pl')
if want_tests != 'false'
test('udev-test.pl',
udev_test_pl,
timeout : 180)
endif
else
message('Skipping udev-test because perl is not available')
endif
if want_tests != 'false'
test('udev-test.py',
test('udev-test',
files('udev-test.py'),
args : ['-v'],
timeout : 180)

File diff suppressed because it is too large Load diff