On 2025/12/09 10:26, Orion Poplawski wrote:
So I have to do the strange:%{?with_xwayland:xwayland-run -- \ } %ctest --verbose || :
Oh wow that looks like fun. I thought there would be some export-like setups to use, but I couldn't find any references. Ideally the project should expose some variable to override it, but if you know that all tests need to run using `xwayland-run`, then you can pass it to `CMAKE_TEST_LAUNCHER` [1] (environment variable or `-D` option), unless they are also defining it internally.
[1]: https://cmake.org/cmake/help/latest/envvar/CMAKE_TEST_LAUNCHER.html -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
