From: Alberto Mardegan Date: Thu, 29 Nov 2012 11:58:57 +0000 (+0200) Subject: Tests: use G_SLICE=debug-blocks X-Git-Tag: 1.8~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5d9a85ac38020e21a7d5800c556addbc8022a8e;p=platform%2Fupstream%2Flibgsignon-glib.git Tests: use G_SLICE=debug-blocks This can help catch some memory errors. --- diff --git a/tests/signon-glib-test.sh b/tests/signon-glib-test.sh index b49521e..5b27615 100755 --- a/tests/signon-glib-test.sh +++ b/tests/signon-glib-test.sh @@ -10,6 +10,7 @@ export SSO_EXTENSIONS_DIR="/tmp" # this disables all extensions #Environment variables for the test application export G_MESSAGES_DEBUG=all +export G_SLICE=debug-blocks TEST_APP=./signon-glib-testsuite