Skip to content
Snippets Groups Projects
Commit 11bdff4b authored by Simon McVittie's avatar Simon McVittie
Browse files

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: default avatarSimon McVittie <smcv@collabora.com>
parent 970fc860
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment