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
Merge branch 'source-get-id-docs' into 'master'
[glib.git]
/
tests
/
meson.build
blob
03997a63480d114780de6b4b7ce36d80eebe33c9
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
]
9
10
test_cargs = ['-DG_LOG_DOMAIN="GLib"']
11
12
subdir('gobject')
13
subdir('refcount')