From dcf1369057231fbf09e37b5a48483763b4ae6e19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Mar 2015 10:36:47 -0500 Subject: [PATCH] Do not run sysv-generator-test when sysv compat is disabled --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0b2cbb507..782a7c09a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3940,9 +3940,14 @@ TESTS += \ if HAVE_PYTHON TESTS += \ test/rule-syntax-check.py \ + $(NULL) + +if HAVE_SYSV_COMPAT +TESTS += \ test/sysv-generator-test.py \ $(NULL) endif +endif manual_tests += \ test-libudev \ -- 2.30.2