2017-04-30 21:13:47 +00:00
|
|
|
installed_test_bindir = join_paths(get_option('libexecdir'), 'installed-tests', 'gtk-4.0')
|
|
|
|
installed_test_datadir = join_paths(get_option('datadir'), 'installed-tests', 'gtk-4.0')
|
|
|
|
|
|
|
|
installed_test_env = [
|
|
|
|
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
|
|
|
|
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
|
|
|
|
'GIO_USE_VOLUME_MONITOR=unix',
|
|
|
|
'GSETTINGS_BACKEND=memory',
|
|
|
|
'GTK_CSD=1',
|
|
|
|
'G_ENABLE_DIAGNOSTIC=0',
|
|
|
|
]
|
|
|
|
|
2017-05-06 16:25:42 +00:00
|
|
|
subdir('tools')
|
2016-08-21 16:01:14 +00:00
|
|
|
subdir('gtk')
|
|
|
|
subdir('gdk')
|
|
|
|
subdir('css')
|
2016-09-26 10:51:17 +00:00
|
|
|
subdir('a11y')
|
2017-05-06 16:25:42 +00:00
|
|
|
subdir('reftests')
|