[easytag/easytag-2-2] Add G_SLICE=debug-blocks to test environment



commit 4eb3952856e08d39c1c3ad2f74748c41f4364a92
Author: David King <amigadave amigadave com>
Date:   Thu Dec 18 16:35:37 2014 +0000

    Add G_SLICE=debug-blocks to test environment

 Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fa5e878..83f419a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -272,7 +272,10 @@ tests/test-desktop-file-validate.sh: Makefile tests/.dstamp
                chmod +x $@
 
 # Not automake built-in TESTS_ENVIRONMENT!
-TEST_ENVIRONMENT = MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
+TEST_ENVIRONMENT = \
+       MALLOC_CHECK_=2 \
+       MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) \
+       G_SLICE=debug-blocks
 
 # test: run all tests.
 test: $(check_PROGRAMS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]