diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-04-17 23:39:40 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-04-17 23:39:54 -0400 |
commit | 1dd5aa56d1cdf64397fba03b1d2ad63aaf281fe4 (patch) | |
tree | df27fddbaf3a75bd0d9c37e5381a7171c4bc08dc | |
parent | 7c4e5e4db829e1e2d22f2ff5fa04518ad1eb1787 (diff) |
build-sys: do not try to build test-rtnl-manual w/o kmod
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ |