summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-12 07:03:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:45 -0500
commit1d795fa57b9f0b9c23cecfe0329a5e551ea903ee (patch)
treed10451a0f329bb242707ae572511c4d12fe719b7 /source4/torture/config.mk
parente6be2ad8b735ad5357bdec18bc0da983af300c2b (diff)
downloadsamba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.gz
samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.tar.bz2
samba-1d795fa57b9f0b9c23cecfe0329a5e551ea903ee.zip
r4700: first attempt at a composite async function, smb_composite_loadfile(),
which combineds ntcreatex, readx and close into a single call that behaves just like a normal libcli async call. (This used to be commit 516f68fb054f0717f0429e031aa820776ecc6597)
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 172d8c02f1..0e74d7c040 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -50,7 +50,8 @@ ADD_OBJ_FILES = \
torture/raw/eas.o \
torture/raw/streams.o \
torture/raw/acls.o \
- torture/raw/seek.o
+ torture/raw/seek.o \
+ torture/raw/composite.o
REQUIRED_SUBSYSTEMS = \
LIBSMB LIBCLI_LSA
# End SUBSYSTEM TORTURE_RAW