mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 11:56:16 +01:00
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:
commit
cf863530ef
@ -210,6 +210,7 @@ if installed_tests_enabled
|
||||
'iochannel-test-infile',
|
||||
'keyfile.c',
|
||||
'keyfiletest.ini',
|
||||
'NormalizationTest.txt',
|
||||
'pages.ini',
|
||||
install_dir : installed_tests_execdir,
|
||||
)
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user