chiark / gitweb /
build-sys: do not try to build test-rtnl-manual w/o kmod
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 18 Apr 2014 03:39:40 +0000 (23:39 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 18 Apr 2014 03:39:54 +0000 (23:39 -0400)
Makefile.am

index 6767a760cf40bb9db9cbe2be33277ee50034f18f..451e53ace343d69ccaf320224d21695eae93b23a 100644 (file)
@@ -1176,8 +1176,12 @@ manual_tests += \
        test-install \
        test-watchdog \
        test-log \
        test-install \
        test-watchdog \
        test-log \
-       test-ipcrm \
+       test-ipcrm
+
+if HAVE_KMOD
+manual_tests += \
        test-rtnl-manual
        test-rtnl-manual
+endif
 
 tests += \
        test-job-type \
 
 tests += \
        test-job-type \