diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-25 05:20:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-25 05:20:43 +0000 |
commit | 4fe127dbe88af47178a0dad46e42aa6400ade67e (patch) | |
tree | a0c3bed04f44e315f7760e85befe1cc5c362be58 /source3/Makefile.in | |
parent | 2bfd6d56cdfd3b0590b4f8dd292e0c23e6d4b277 (diff) | |
download | samba-4fe127dbe88af47178a0dad46e42aa6400ade67e.tar.gz samba-4fe127dbe88af47178a0dad46e42aa6400ade67e.tar.xz samba-4fe127dbe88af47178a0dad46e42aa6400ade67e.zip |
added a little smbtorture test for dumping the unicode table of a
server. This is just a framework right now - I want this to eventually
replace the win32 test code from monyo
The interesting this about this test is that it shows up a really
horrible performance bug in our stat cache code. I'll see if I can fix
it.
(This used to be commit eb668b54af4925194c07b217724657f406ec00d0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 8dd1dbbdd1c..f0236a7d78a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -320,7 +320,7 @@ UMOUNT_OBJ = client/smbumount.o \ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(UBIQX_OBJ) \ $(LIBSMB_OBJ) $(LIB_OBJ) -SMBTORTURE_OBJ = torture/torture.o torture/nbio.o torture/scanner.o \ +SMBTORTURE_OBJ = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \ torture/denytest.o \ $(LIBSMB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) |