diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-01-20 16:08:05 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-01-21 08:07:07 +0100 |
commit | e28aa588f04ace17ca94e9e0667819bea265fbd9 (patch) | |
tree | 5ea686823f81430cc47c01bd59c4cc0007b5c616 /Makefile.am | |
parent | 0100b6e1bf682385e0939d4dd7be815d5cdf0e1a (diff) |
test: add integration test for systemd-sysv-generator
This covers the general functionality as well as regression tests for recent
fixes like commits b7e718 and 1ed0c19.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4c5c57cdd7..406910a3c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3773,6 +3773,7 @@ TESTS += \ if HAVE_PYTHON TESTS += \ test/rule-syntax-check.py \ + test/sysv-generator-test.py \ $(NULL) endif @@ -3818,7 +3819,10 @@ DISTCLEAN_LOCAL_HOOKS += test-sys-distclean EXTRA_DIST += \ test/sys.tar.xz \ test/udev-test.pl \ - test/rule-syntax-check.py + test/rule-syntax-check.py \ + test/sysv-generator-test.py \ + $(NULL) + # ------------------------------------------------------------------------------ ata_id_SOURCES = \ |