From 6af4f1752a44384290f378594c9fb7f655e31682 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 24 Feb 2017 20:58:04 +0000 Subject: [PATCH] meson: gio/tests: remove some leftover rubbish --- gio/tests/meson.build | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index d70b5b3cd..e908a0c41 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -398,45 +398,5 @@ if not meson.is_cross_build() or meson.has_exe_wrapper() test('resources', exe, env : test_env) 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') subdir('modules') -- 2.11.4.GIT