repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update Friulian translation
[glib.git]
/
tests
/
meson.build
blob
694e1790f80bc63b8bb8d2bce172ed5914a43157
1
# tests
2
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),
9
]
10
11
test_cargs = ['-DHAVE_CONFIG_H=1', '-DG_LOG_DOMAIN="GLib"']
12
13
subdir('gobject')
14
subdir('refcount')