mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Move tests/unicode-encoding.c to glib/tests/unicode-encoding.c
Related to issue #1434
This commit is contained in:
parent
43759ca951
commit
795952cb8d
@ -124,6 +124,7 @@ glib_tests = {
|
|||||||
'utf8-misc' : {},
|
'utf8-misc' : {},
|
||||||
'utils' : {},
|
'utils' : {},
|
||||||
'unicode' : {},
|
'unicode' : {},
|
||||||
|
'unicode-encoding' : {},
|
||||||
'uri' : {},
|
'uri' : {},
|
||||||
'1bit-mutex' : {},
|
'1bit-mutex' : {},
|
||||||
'1bit-emufutex' : {
|
'1bit-emufutex' : {
|
||||||
@ -262,6 +263,13 @@ foreach test_name, extra_args : glib_tests
|
|||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
if installed_tests_enabled
|
||||||
|
install_data(
|
||||||
|
'utf8.txt',
|
||||||
|
install_dir : installed_tests_execdir,
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
executable('spawn-path-search-helper', 'spawn-path-search-helper.c',
|
executable('spawn-path-search-helper', 'spawn-path-search-helper.c',
|
||||||
c_args : test_cargs,
|
c_args : test_cargs,
|
||||||
dependencies : test_deps,
|
dependencies : test_deps,
|
||||||
|
@ -26,7 +26,6 @@ tests = {
|
|||||||
'spawn-test' : {},
|
'spawn-test' : {},
|
||||||
'thread-test' : {},
|
'thread-test' : {},
|
||||||
'threadpool-test' : {'suite' : ['slow']},
|
'threadpool-test' : {'suite' : ['slow']},
|
||||||
'unicode-encoding' : {},
|
|
||||||
'module-test-library' : {
|
'module-test-library' : {
|
||||||
'dependencies' : [libgmodule_dep],
|
'dependencies' : [libgmodule_dep],
|
||||||
'export_dynamic' : true,
|
'export_dynamic' : true,
|
||||||
@ -58,13 +57,6 @@ else
|
|||||||
}
|
}
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if installed_tests_enabled
|
|
||||||
install_data(
|
|
||||||
'utf8.txt',
|
|
||||||
install_dir : installed_tests_execdir,
|
|
||||||
)
|
|
||||||
endif
|
|
||||||
|
|
||||||
module_suffix = []
|
module_suffix = []
|
||||||
# Keep the autotools convention for shared module suffix because GModule
|
# Keep the autotools convention for shared module suffix because GModule
|
||||||
# depends on it: https://gitlab.gnome.org/GNOME/glib/issues/520
|
# depends on it: https://gitlab.gnome.org/GNOME/glib/issues/520
|
||||||
|
Loading…
Reference in New Issue
Block a user