mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
14 lines
268 B
Meson
14 lines
268 B
Meson
|
# tests
|
||
|
|
||
|
test_env = [
|
||
|
'G_TEST_SRCDIR=' + meson.current_source_dir(),
|
||
|
'G_TEST_BUILDDIR=' + meson.current_build_dir(),
|
||
|
'G_DEBUG=gc-friendly',
|
||
|
'MALLOC_CHECK_=2',
|
||
|
]
|
||
|
|
||
|
test_cargs = ['-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"']
|
||
|
|
||
|
subdir('gobject')
|
||
|
subdir('refcount')
|