mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
test: drop udev-test.pl
This commit is contained in:
parent
f2c02d232e
commit
09ea351b6f
@ -701,7 +701,6 @@ stat = find_program('stat')
|
|||||||
ln = find_program('ln')
|
ln = find_program('ln')
|
||||||
git = find_program('git', required : false)
|
git = find_program('git', required : false)
|
||||||
env = find_program('env')
|
env = find_program('env')
|
||||||
perl = find_program('perl', required : false)
|
|
||||||
rsync = find_program('rsync', required : false)
|
rsync = find_program('rsync', required : false)
|
||||||
diff = find_program('diff')
|
diff = find_program('diff')
|
||||||
find = find_program('find')
|
find = find_program('find')
|
||||||
|
@ -131,19 +131,8 @@ custom_target(
|
|||||||
output : 'sys',
|
output : 'sys',
|
||||||
build_by_default : want_tests != 'false')
|
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'
|
if want_tests != 'false'
|
||||||
test('udev-test.py',
|
test('udev-test',
|
||||||
files('udev-test.py'),
|
files('udev-test.py'),
|
||||||
args : ['-v'],
|
args : ['-v'],
|
||||||
timeout : 180)
|
timeout : 180)
|
||||||
|
2911
test/udev-test.pl
2911
test/udev-test.pl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user