Sort the list of files being processed by glib-mkenums
[glib.git] / tests / meson.build
blob694e1790f80bc63b8bb8d2bce172ed5914a43157
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',
8   'MALLOC_PERTURB_=@0@'.format(random_number % 256),
11 test_cargs = ['-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"']
13 subdir('gobject')
14 subdir('refcount')