🧑‍💻 Check for Xephyr availability before running tests

This commit is contained in:
Paul Breugnot 2025-03-02 09:11:31 +01:00
parent 599610fd6f
commit b47ccfd93a
3 changed files with 24 additions and 4 deletions

View file

@ -17,6 +17,7 @@ extern Display* test_display;
extern Window test_root;
extern zlog_category_t *test_log;
bool check_xephyr_available();
void set_up_test_logger();
void tear_down_test_logger();