From b5d9a85ac38020e21a7d5800c556addbc8022a8e Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Thu, 29 Nov 2012 13:58:57 +0200 Subject: [PATCH] Tests: use G_SLICE=debug-blocks This can help catch some memory errors. --- tests/signon-glib-test.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1