Skip to content

tests: Initialise breakpoint list for all test types

Daniel Stone requested to merge daniels/weston:test-plugin-init-fix into main

The list of client breakpoints was used for both client tests and plugin tests - anything that uses the weston-test module - but was only initialised in the client-test path. Make it unconditional.

Signed-off-by: Daniel Stone daniels@collabora.com Fixes: efde2fa0 ("tests: Add client<->compositor breakpoint support")

Merge request reports