Merge branch 'fix-unicode-normalize-installed-test' into 'main'

tests: Ensure NormalizationTest.txt is installed for installed-tests

See merge request GNOME/glib!2602
This commit is contained in:
Sebastian Dröge 2022-04-29 08:00:50 +00:00
commit cf863530ef
2 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ if installed_tests_enabled
'iochannel-test-infile',
'keyfile.c',
'keyfiletest.ini',
'NormalizationTest.txt',
'pages.ini',
install_dir : installed_tests_execdir,
)

View File

@ -121,7 +121,7 @@ test_unicode_normalize (void)
goto next;
if (buffer->str[0] == '@') /* Part */
{
fprintf (stderr, "\nProcessing %s\n", buffer->str + 1);
g_test_message ("Processing %s", buffer->str + 1);
goto next;
}