2004-05-25 02:00:40 +04:00
# TORTURE subsystem
#################################
# Start SUBSYSTEM TORTURE_BASIC
[SUBSYSTEM :: TORTURE_BASIC ]
ADD_OBJ_FILES = \
torture/basic/scanner.o \
torture/basic/utable.o \
torture/basic/charset.o \
torture/basic/mangle_test.o \
torture/basic/denytest.o \
2004-05-25 18:06:28 +04:00
torture/basic/aliases.o
2004-05-25 02:00:40 +04:00
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_BASIC
#################################
#################################
# Start SUBSYSTEM TORTURE_BASIC
[SUBSYSTEM :: TORTURE_RAW ]
ADD_OBJ_FILES = \
torture/raw/qfsinfo.o \
torture/raw/qfileinfo.o \
torture/raw/setfileinfo.o \
torture/raw/search.o \
torture/raw/close.o \
torture/raw/open.o \
torture/raw/mkdir.o \
torture/raw/oplock.o \
torture/raw/notify.o \
torture/raw/mux.o \
torture/raw/ioctl.o \
torture/raw/chkpath.o \
torture/raw/unlink.o \
torture/raw/read.o \
torture/raw/context.o \
torture/raw/write.o \
torture/raw/lock.o \
torture/raw/rename.o \
torture/raw/seek.o
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_RAW
#################################
#################################
# Start SUBSYSTEM TORTURE_RPC
[SUBSYSTEM :: TORTURE_RPC ]
ADD_OBJ_FILES = \
torture/rpc/lsa.o \
torture/rpc/echo.o \
2004-08-11 23:48:36 +04:00
torture/rpc/dcom.o \
2004-05-25 02:00:40 +04:00
torture/rpc/dfs.o \
2004-07-13 22:05:02 +04:00
torture/rpc/drsuapi.o \
2004-05-25 02:00:40 +04:00
torture/rpc/spoolss.o \
torture/rpc/samr.o \
torture/rpc/wkssvc.o \
torture/rpc/srvsvc.o \
2004-08-02 04:24:04 +04:00
torture/rpc/svcctl.o \
2004-05-25 02:00:40 +04:00
torture/rpc/atsvc.o \
torture/rpc/eventlog.o \
torture/rpc/epmapper.o \
torture/rpc/winreg.o \
torture/rpc/mgmt.o \
torture/rpc/scanner.o \
torture/rpc/autoidl.o \
2004-06-06 11:14:10 +04:00
torture/rpc/testjoin.o \
torture/rpc/schannel.o \
2004-06-17 04:31:24 +04:00
torture/rpc/netlogon.o \
torture/rpc/bind.o
2004-05-25 02:00:40 +04:00
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_RPC
#################################
2004-07-08 20:41:10 +04:00
#################################
# Start SUBSYSTEM TORTURE_RAP
[SUBSYSTEM :: TORTURE_RAP ]
ADD_OBJ_FILES = \
torture/rap/rap.o
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_RAP
#################################
2004-05-25 19:56:02 +04:00
#################################
# Start SUBSYSTEM TORTURE_AUTH
[SUBSYSTEM :: TORTURE_AUTH ]
2004-05-26 03:12:52 +04:00
ADD_OBJ_FILES = \
2004-08-12 21:04:46 +04:00
torture/auth/ntlmssp.o
2004-05-25 19:56:02 +04:00
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_AUTH
#################################
2004-05-25 02:00:40 +04:00
#################################
# Start SUBSYSTEM TORTURE_NBENCH
[SUBSYSTEM :: TORTURE_NBENCH ]
ADD_OBJ_FILES = \
torture/nbench/nbio.o \
torture/nbench/nbench.o
# End SUBSYSTEM TORTURE_NBENCH
#################################
2004-08-12 12:00:45 +04:00
#################################
# Start SUBSYSTEM TORTURE_LDAP
[SUBSYSTEM :: TORTURE_LDAP ]
ADD_OBJ_FILES = \
torture/ldap/common.o \
torture/ldap/basic.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_LDAP
# End SUBSYSTEM TORTURE_LDAP
#################################
2004-05-25 02:00:40 +04:00
#################################
# Start BINARY smbtorture
[BINARY :: smbtorture ]
OBJ_FILES = \
torture/torture.o \
2004-05-25 19:56:02 +04:00
torture/torture_util.o
2004-05-25 02:00:40 +04:00
REQUIRED_SUBSYSTEMS = \
TORTURE_BASIC \
TORTURE_RAW \
TORTURE_RPC \
2004-07-08 20:41:10 +04:00
TORTURE_RAP \
2004-05-25 19:56:02 +04:00
TORTURE_AUTH \
2004-05-25 02:00:40 +04:00
TORTURE_NBENCH \
2004-08-12 12:00:45 +04:00
TORTURE_LDAP \
2004-05-25 02:00:40 +04:00
CONFIG \
LIBCMDLINE \
LIBBASIC
# End BINARY smbtorture
#################################
2004-05-25 04:20:19 +04:00
#################################
# Start BINARY gentest
[BINARY :: gentest ]
OBJ_FILES = \
torture/gentest.o \
torture/torture_util.o
REQUIRED_SUBSYSTEMS = \
LIBSMB \
CONFIG \
LIBBASIC \
LIBCMDLINE
# End BINARY gentest
#################################
#################################
# Start BINARY masktest
[BINARY :: masktest ]
OBJ_FILES = \
torture/masktest.o
REQUIRED_SUBSYSTEMS = \
LIBSMB \
CONFIG \
LIBBASIC \
LIBCMDLINE
# End BINARY masktest
#################################
#################################
# Start BINARY locktest
[BINARY :: locktest ]
OBJ_FILES = \
2004-08-10 00:51:16 +04:00
torture/locktest.o \
torture/torture_util.o
2004-05-25 04:20:19 +04:00
REQUIRED_SUBSYSTEMS = \
LIBSMB \
CONFIG \
LIBBASIC \
LIBCMDLINE
# End BINARY locktest
#################################