Merge branch 'unicode_caseconv_tests' into 'main'

Merge test/unicode-caseconv.c into glib/tests/unicode.c

See merge request GNOME/glib!2432
This commit is contained in:
Philip Withnall
2022-01-19 15:54:19 +00:00
8 changed files with 101 additions and 138 deletions

View File

@@ -32,7 +32,6 @@ tests = {
'thread-test' : {},
'threadpool-test' : {'suite' : ['slow']},
'type-test' : {},
'unicode-caseconv' : {},
'unicode-encoding' : {},
'module-test-library' : {
'dependencies' : [libgmodule_dep],
@@ -72,8 +71,6 @@ endif
if installed_tests_enabled
install_data(
'iochannel-test-infile',
'casemap.txt',
'casefold.txt',
'utf8.txt',
install_dir : installed_tests_execdir,
)