Well, the test program should test the result of `gtk_init_check()` and early out, but what to return, if it returns failure any environment where it doesn't init is left with a failure to handle, but on the other hand return success isn't right either as it gives the impression the test ran. I can see why @kugel- ignored it.
My personal approach would be to return fail unless the whole test ran, and environments where the test cannot run need to disable it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3674#issuecomment-1793611167 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3674/[email protected]>
