Do not run sysv-generator-test when sysv compat is disabled

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-03-03 10:36:47 -05:00
parent 2a17c01044
commit dcf1369057

View file

@ -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 \