test-utils: Rely on libglnx to redefine some of the test macros
If we try to redefine g_test_skip(), and so does libglnx, then we fight.
Including libglnx first worked, because our redefinition was
conditional on it not already having been redefined; but including our
redefinition first didn't work, because libglnx's redefinition is only
conditional on the GLib version number.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Please register or sign in to comment