mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-01 17:02:18 +01:00
tests: Add debug for G_C_STD_VERSION
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -101,6 +101,8 @@ test_c_standard (void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_test_message ("G_C_STD_VERSION is %lu", G_C_STD_VERSION);
|
||||||
|
|
||||||
g_assert_true (G_C_STD_CHECK_VERSION (std_version));
|
g_assert_true (G_C_STD_CHECK_VERSION (std_version));
|
||||||
|
|
||||||
if (std_version > 80 && std_version < 99)
|
if (std_version > 80 && std_version < 99)
|
||||||
|
|||||||
Reference in New Issue
Block a user