summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-04-12 03:26:19 +0000
committerAndrew Tridgell <tridge@samba.org>2002-04-12 03:26:19 +0000
commit3067ec21fb34f46fd1683aad6d455e7d6da8f52e (patch)
tree4bfbb894a9ebda5c99ad6df8c45916b95883276d /source3/Makefile.in
parent4c0399915cde591cb06f99b50acd5e5bf48bc6cb (diff)
downloadsamba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.tar.gz
samba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.tar.bz2
samba-3067ec21fb34f46fd1683aad6d455e7d6da8f52e.zip
- added a mangling test suite that measures the collision rate on
randomised filenames - fixed several mangling bugs that the test suite pointed out (This used to be commit 858fa7efc34f6e7cdf8500900aed3f7943c91348)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 54e3238fba..476997512f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -364,7 +364,7 @@ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(UBIQX_OBJ) \
$(LIBSMB_OBJ) $(LIB_OBJ)
SMBTORTURE_OBJ = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \
- torture/denytest.o \
+ torture/denytest.o torture/mangle_test.o \
$(LIBSMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ)
MASKTEST_OBJ = torture/masktest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \