diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-05-02 13:08:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:32 -0500 |
commit | b369ffd1d50a79e0d9d901c3e6d159d9ce1762df (patch) | |
tree | ea3452e70567db445f539ef3dc9b09c8580d740d /source4/torture/config.mk | |
parent | ce3293c5b6864dd4e04638bf819cf0269b761fce (diff) | |
download | samba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.tar.gz samba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.tar.xz samba-b369ffd1d50a79e0d9d901c3e6d159d9ce1762df.zip |
r15394: Put initial code for testing async dcerpc binding. Currently
it only tests multiple simultaneous bind requests using transport
specified in command line. It will be interesting to use various
transports at the same time and test it agains windows servers...
rafal
(This used to be commit 7e4756116e59f9a0599a80fb5ac06118817f4326)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 63a1280170..6064be9e30 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -146,7 +146,8 @@ OBJ_FILES = \ rpc/dssetup.o \ rpc/alter_context.o \ rpc/bench.o \ - rpc/rpc.o + rpc/rpc.o \ + rpc/async_bind.o PUBLIC_DEPENDENCIES = \ NDR_TABLE RPC_NDR_UNIXINFO RPC_NDR_SAMR RPC_NDR_WINREG RPC_NDR_INITSHUTDOWN \ RPC_NDR_OXIDRESOLVER RPC_NDR_EVENTLOG RPC_NDR_ECHO RPC_NDR_SVCCTL \ |