projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a04f9
)
Turn on glibc malloc checking features for make check
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jul 2010 21:06:41 +0000
(17:06 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jul 2010 21:10:31 +0000
(17:10 -0400)
Makefile.decl
patch
|
blob
|
history
diff --git
a/Makefile.decl
b/Makefile.decl
index c9f5d5f5092a89406224dac291164d1f0e9914f7..eb8237a8e1d741b1013b8df4a5ab2af55e3b9013 100644
(file)
--- a/
Makefile.decl
+++ b/
Makefile.decl
@@
-13,7
+13,7
@@
TEST_PROGS =
# test: run all tests in cwd and subdirs
test: ${TEST_PROGS}
if OS_UNIX
- @test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
+ @test -z "${TEST_PROGS}" ||
MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
${GTESTER} --verbose ${TEST_PROGS}
@ for subdir in $(SUBDIRS) . ; do \
test "$$subdir" = "." -o "$$subdir" = "po" || \
( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \