Add unit tests for logging

This commit is contained in:
Tyler Etzel 2018-07-03 11:10:09 -07:00 committed by David Goldblatt
parent b664bd7935
commit 5e23f96dd4
5 changed files with 284 additions and 3 deletions

5
test/unit/prof_log.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ "x${enable_prof}" = "x1" ] ; then
export MALLOC_CONF="prof:true,lg_prof_sample:0"
fi