diff --git a/Makefile.am b/Makefile.am index 6767a760cf..451e53ace3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \