mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
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:
parent
b7191b2a9b
commit
fdf666bc76
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user