diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-24 11:29:42 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-24 11:46:03 +0100 |
commit | 30dc7898d5a0311a88f069e39e7ff552b3fc3190 (patch) | |
tree | 059503d5473c879e34cee4047d3765e50e4759e9 /Makefile.am | |
parent | 54abf90a0b188fc95dd7bb23dafcf2f333e379d3 (diff) |
tests: add hwdb parsing test
This calls the built "systemd-hwdb update" on the source tree's hwdb/ in a
temporary directory and verifies that there are no error messages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3aeb7b9ae2..5cec19fbb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3897,7 +3897,8 @@ EXTRA_DIST += \ # ------------------------------------------------------------------------------ if ENABLE_TESTS TESTS += \ - test/udev-test.pl + test/udev-test.pl \ + test/hwdb-test.sh if HAVE_PYTHON TESTS += \ @@ -3952,6 +3953,7 @@ DISTCLEAN_LOCAL_HOOKS += test-sys-distclean EXTRA_DIST += \ test/sys.tar.xz \ test/udev-test.pl \ + test/hwdb-test.sh \ test/rule-syntax-check.py \ test/sysv-generator-test.py \ test/mocks/fsck \ |