diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-11 10:49:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-11 10:49:57 +0200 |
commit | ff0bb1ed93fb80cdc2b456894e0d1567ddd97bdc (patch) | |
tree | 372be41334e6638d2fc7d192e48a104085257f99 /Makefile.am | |
parent | 1cd1dab98c574f92e1afca184a4c44327c764955 (diff) | |
parent | c3f6a561e2fcda5b41569e7bf7785fad825d3a72 (diff) |
Merge pull request #3933 from keszybz/hwdb-parser
Add hwdb parser to check for inconsistencies
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bf853c8f90..d4e3e9a013 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3872,7 +3872,8 @@ TESTS += \ if HAVE_PYTHON TESTS += \ - test/rule-syntax-check.py + test/rule-syntax-check.py \ + hwdb/parse_hwdb.py if HAVE_SYSV_COMPAT TESTS += \ @@ -3924,7 +3925,8 @@ EXTRA_DIST += \ test/udev-test.pl \ test/rule-syntax-check.py \ test/sysv-generator-test.py \ - test/mocks/fsck + test/mocks/fsck \ + hwdb/parse_hwdb.py # ------------------------------------------------------------------------------ ata_id_SOURCES = \ |