30 lines
731 B
Diff
30 lines
731 B
Diff
From 7b95274e6adeec3b7bb44fd7cfe0a50902615151 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Tue, 3 Mar 2015 10:36:47 -0500
|
|
Subject: [PATCH] Do not run sysv-generator-test when sysv compat is disabled
|
|
|
|
(cherry picked from commit dcf1369057231fbf09e37b5a48483763b4ae6e19)
|
|
---
|
|
Makefile.am | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index cc577ced48..aadaad2b8d 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -3786,9 +3786,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 \
|