You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: split meson test() definitions into individual test scripts
We currently have one pytest invocation (through one meson test()) which
runs all of the tests/test_*.py scripts.
However, not all of those will be testable in any particular
configuration. We may be building without libsystemd, in which case the
test_mctpd.py and test_mctpd_endpoint.py tests will not work.
So, define individual test() calls for each of the scripts. This also
lets us modify the runtime environment (the mctp-only tests don't
require dbus-run-session), and meson can parallelise too.
Signed-off-by: Jeremy Kerr <[email protected]>
0 commit comments