mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
Set MALLOC_CHECK_ and MALLOC_PERTURB_
2005-12-05 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am (TESTS_ENVIRONMENT): * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set MALLOC_CHECK_ and MALLOC_PERTURB_ * tests/run-collate-tests.sh: Run the collation tests explicitly in en_US locale. (#320463)
This commit is contained in:
parent
0f63e9a347
commit
81f0bb11a9
@ -1,5 +1,12 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (TESTS_ENVIRONMENT):
|
||||
* tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
|
||||
MALLOC_CHECK_ and MALLOC_PERTURB_
|
||||
|
||||
* tests/run-collate-tests.sh: Run the collation tests explicitly
|
||||
in en_US locale. (#320463)
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
|
@ -1,5 +1,12 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (TESTS_ENVIRONMENT):
|
||||
* tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
|
||||
MALLOC_CHECK_ and MALLOC_PERTURB_
|
||||
|
||||
* tests/run-collate-tests.sh: Run the collation tests explicitly
|
||||
in en_US locale. (#320463)
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
|
@ -1,5 +1,12 @@
|
||||
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/Makefile.am (TESTS_ENVIRONMENT):
|
||||
* tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
|
||||
MALLOC_CHECK_ and MALLOC_PERTURB_
|
||||
|
||||
* tests/run-collate-tests.sh: Run the collation tests explicitly
|
||||
in en_US locale. (#320463)
|
||||
|
||||
* glib/gmem.h: Really deprecate GMemChunk.
|
||||
|
||||
* glib/gdate.c:
|
||||
|
@ -116,7 +116,8 @@ check_PROGRAMS = $(test_programs) $(test_script_support_programs)
|
||||
TESTS = $(test_programs) $(test_scripts)
|
||||
TESTS_ENVIRONMENT = srcdir=$(srcdir) \
|
||||
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
|
||||
MALLOC_CHECK_=2
|
||||
MALLOC_CHECK_=2 \
|
||||
MALLOC_PERTURB_=$$(($$RANDOM % 256))
|
||||
|
||||
progs_ldadd = $(EFENCE) $(libglib) $(EFENCE)
|
||||
thread_ldadd = $(libgthread) $(G_THREAD_LIBS) $(progs_ldadd)
|
||||
|
@ -13,6 +13,7 @@ echo_v ()
|
||||
fi
|
||||
}
|
||||
|
||||
LANG=en_US
|
||||
error_out=/dev/null
|
||||
if [ "$1" = "-v" ]; then
|
||||
verbose=1
|
||||
|
Loading…
Reference in New Issue
Block a user