tests: Add debug for G_C_STD_VERSION

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2025-10-16 19:40:17 +01:00
parent de5521cd27
commit c8d56c10ce

View File

@@ -101,6 +101,8 @@ test_c_standard (void)
return;
}
g_test_message ("G_C_STD_VERSION is %lu", G_C_STD_VERSION);
g_assert_true (G_C_STD_CHECK_VERSION (std_version));
if (std_version > 80 && std_version < 99)