diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-03 10:36:47 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-03 10:59:51 -0500 |
commit | dcf1369057231fbf09e37b5a48483763b4ae6e19 (patch) | |
tree | 5138bbe7334bef92b2c58ed8478cc89559e6b82b /Makefile.am | |
parent | 2a17c0104492f7381cf4a52d1d5c5ae176ee9fe8 (diff) |
Do not run sysv-generator-test when sysv compat is disabled
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0b2cbb5070..782a7c09af 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 \ |