meson: hook up hwdb-test.sh again

The motivation for the ./systemd-hwdb is the same as in the grandparent
for systemd-sysv-generator.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-09-26 13:44:04 +02:00
parent b7191b2a9b
commit fdf666bc76
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@
set -e
ROOTDIR=$(dirname $(dirname $(readlink -f $0)))
SYSTEMD_HWDB=${builddir:-.}/systemd-hwdb
SYSTEMD_HWDB=./systemd-hwdb
if [ ! -x "$SYSTEMD_HWDB" ]; then
echo "$SYSTEMD_HWDB does not exist, please build first"

View file

@ -179,3 +179,7 @@ custom_target(
udev_test_pl = find_program('udev-test.pl')
test('udev-test',
udev_test_pl)
hwdb_test_sh = find_program('hwdb-test.sh')
test('hwdb-test',
hwdb_test_sh)