1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

build-sys: do not try to build test-rtnl-manual w/o kmod

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-04-17 23:39:40 -04:00
parent 7c4e5e4db8
commit 1dd5aa56d1

View File

@ -1176,8 +1176,12 @@ manual_tests += \
test-install \
test-watchdog \
test-log \
test-ipcrm \
test-ipcrm
if HAVE_KMOD
manual_tests += \
test-rtnl-manual
endif
tests += \
test-job-type \