summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-03 10:36:47 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-03-03 10:59:51 -0500
commitdcf1369057231fbf09e37b5a48483763b4ae6e19 (patch)
tree5138bbe7334bef92b2c58ed8478cc89559e6b82b /Makefile.am
parent2a17c0104492f7381cf4a52d1d5c5ae176ee9fe8 (diff)
Do not run sysv-generator-test when sysv compat is disabled
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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 \