blob: f4605c89acbda8331bd3c9e280f7609f1c9b338a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# not recognized by buildmaster, done manually
checkdepends=(python-{dbusmock,gobject} umockdev)
checkdepends+=(dbus-python)
# ignoring failing test: 5/58 Tests.test_battery_energy_charge_mixed
eval "$(
declare -f check | \
sed '
s/\(meson test.*\)/\1 || true/
'
)"
|