summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-24 06:56:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:09 -0500
commit8e5acb6df0396e65712840f668b34ff4531ff126 (patch)
tree9602920e09d0fbf43591e9f65c91e9e7f897db64 /source4/torture/config.mk
parent3e54089bc1f3c75b1bb7f72f3fa2e458de98295e (diff)
downloadsamba-8e5acb6df0396e65712840f668b34ff4531ff126.tar.gz
samba-8e5acb6df0396e65712840f668b34ff4531ff126.tar.bz2
samba-8e5acb6df0396e65712840f668b34ff4531ff126.zip
r2589: a simple test to help find security related memory leaks. Run valgrind on smbd with
--show-leak=yes and --show-reachable=yes to track them down. (This used to be commit 7b23624a0f50c29346e8b1c4057f1c21f3be6d5a)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 43a42217f5..9c7395e572 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -9,7 +9,8 @@ ADD_OBJ_FILES = \
torture/basic/charset.o \
torture/basic/mangle_test.o \
torture/basic/denytest.o \
- torture/basic/aliases.o
+ torture/basic/aliases.o \
+ torture/basic/secleak.o
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_BASIC