mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-08 08:43:05 +02:00
build: Fix some whitespace problems in gio/tests/meson.build
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
61c4531b45
commit
a06d7cc7b8
@ -571,7 +571,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
|
|||||||
install_dir : installed_tests_execdir,
|
install_dir : installed_tests_execdir,
|
||||||
install : installed_tests_enabled)
|
install : installed_tests_enabled)
|
||||||
|
|
||||||
# Create resource data file
|
# Create resource data file
|
||||||
test_resources_binary_c = custom_target('test_resources_binary.c',
|
test_resources_binary_c = custom_target('test_resources_binary.c',
|
||||||
input : 'test5.gresource.xml',
|
input : 'test5.gresource.xml',
|
||||||
output : 'test_resources_binary.c',
|
output : 'test_resources_binary.c',
|
||||||
@ -584,7 +584,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
|
|||||||
'--c-name', '_g_binary_test1',
|
'--c-name', '_g_binary_test1',
|
||||||
'@INPUT@'])
|
'@INPUT@'])
|
||||||
|
|
||||||
# Create object file containing resource data
|
# Create object file containing resource data
|
||||||
test_resources_binary = custom_target('test_resources.o',
|
test_resources_binary = custom_target('test_resources.o',
|
||||||
input : test_gresource_binary,
|
input : test_gresource_binary,
|
||||||
output : 'test_resources.o',
|
output : 'test_resources.o',
|
||||||
@ -594,7 +594,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
|
|||||||
'@INPUT@',
|
'@INPUT@',
|
||||||
'-o','@OUTPUT@'])
|
'-o','@OUTPUT@'])
|
||||||
|
|
||||||
# Rename symbol to match the one in the C file
|
# Rename symbol to match the one in the C file
|
||||||
test_resources_binary2 = custom_target('test_resources2.o',
|
test_resources_binary2 = custom_target('test_resources2.o',
|
||||||
input : test_resources_binary,
|
input : test_resources_binary,
|
||||||
output : 'test_resources2.o',
|
output : 'test_resources2.o',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user