mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
meson: gio/tests: remove some leftover rubbish
This commit is contained in:
parent
613e00826e
commit
6af4f1752a
@ -398,45 +398,5 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
|
|||||||
test('resources', exe, env : test_env)
|
test('resources', exe, env : test_env)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
foo = '''
|
|
||||||
c_args_atomic = [ ]
|
|
||||||
if cc.get_id() == 'gcc'
|
|
||||||
c_args_atomic += [ '-Wstrict-aliasing=2' ]
|
|
||||||
endif
|
|
||||||
|
|
||||||
# FIXME: consolidate all of these into the array
|
|
||||||
exe = executable('overflow-fallback', 'overflow.c',
|
|
||||||
c_args : [ '-DHAVE_CONFIG_H=1', '-D_GLIB_TEST_OVERFLOW_FALLBACK' ],
|
|
||||||
dependencies : [libglib_dep],
|
|
||||||
)
|
|
||||||
test('overflow-fallback', exe, env : test_env)
|
|
||||||
|
|
||||||
exe = executable('642026-ec', '642026.c',
|
|
||||||
c_args : [ '-DHAVE_CONFIG_H=1', '-DG_ERRORCHECK_MUTEXES' ],
|
|
||||||
dependencies : [libglib_dep],
|
|
||||||
)
|
|
||||||
test('642026-ec', exe, env : test_env)
|
|
||||||
|
|
||||||
exe = executable('1bit-emufutex', '1bit-mutex.c',
|
|
||||||
c_args : [ '-DHAVE_CONFIG_H=1', '-DTEST_EMULATED_FUTEX' ],
|
|
||||||
dependencies : [libglib_dep],
|
|
||||||
)
|
|
||||||
test('1bit-emufutex', exe, env : test_env)
|
|
||||||
|
|
||||||
if glib_conf.has('HAVE_EVENTFD')
|
|
||||||
exe = executable('gwakeup-fallback', 'gwakeuptest.c', '../gwakeup.c',
|
|
||||||
c_args : [ '-DHAVE_CONFIG_H=1', '-DTEST_EVENTFD_FALLBACK' ],
|
|
||||||
dependencies : [libglib_dep],
|
|
||||||
)
|
|
||||||
test('gwakeup-fallback', exe, env : test_env)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# test-spawn-echo helper binary required by the spawn tests
|
|
||||||
executable('test-spawn-echo', 'test-spawn-echo.c',
|
|
||||||
c_args : [ '-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"' ],
|
|
||||||
dependencies : [libglib_dep],
|
|
||||||
)
|
|
||||||
'''
|
|
||||||
|
|
||||||
# FIXME: subdir('services')
|
# FIXME: subdir('services')
|
||||||
subdir('modules')
|
subdir('modules')
|
||||||
|
Loading…
Reference in New Issue
Block a user