Do not expand autoptr macros when running introspection
[glib.git] / tests / meson.build
blob5521782719c5ab91eaf670a7b1081633def0b332
1 # tests
3 test_env = [
4   'G_TEST_SRCDIR=' + meson.current_source_dir(),
5   'G_TEST_BUILDDIR=' + meson.current_build_dir(),
6   'G_DEBUG=gc-friendly',
7   'MALLOC_CHECK_=2',
10 test_cargs = ['-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"']
12 subdir('gobject')
13 subdir('refcount')