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
1 changed files with 5 additions and 1 deletions

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 \