diff options
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r-- | tests/atlocal.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index a4f30cc..49cb11d 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -7,3 +7,7 @@ SCITECO=@abs_top_builddir@/src/sciteco # Make sure that the standard library from the source package # is used. SCITECOPATH=@abs_top_srcdir@/lib + +# Glib debug options +G_SLICE=debug-blocks +G_ENABLE_DIAGNOSTIC=1 |