projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db1f87
)
tests: Also enable FreeBSD libc debugging
author
Ed Maste
<emaste@adaranet.com>
Mon, 1 Oct 2012 21:11:31 +0000
(21:11 +0000)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 1 Oct 2012 21:17:32 +0000
(14:17 -0700)
Signed-off-by: Ed Maste <emaste@adaranet.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/atlocal.in
patch
|
blob
|
history
diff --git
a/tests/atlocal.in
b/tests/atlocal.in
index 8d0f59d6780829e840df9536370883ef9e2bc682..c23f8e9a22308823a39079d16ca88a79f3fc31ec 100644
(file)
--- a/
tests/atlocal.in
+++ b/
tests/atlocal.in
@@
-38,3
+38,7
@@
MALLOC_CHECK_=2
MALLOC_PERTURB_=165
export MALLOC_CHECK_
export MALLOC_PERTURB_
+
+# Enable FreeBSD libc malloc debugging features.
+MALLOC_CONF=AJ
+export MALLOC_CONF