1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00
Jelmer Vernooij c692456f24 r16518: Split up torture_util.c in smb and non-smb specific parts.
Add torture_temp_dir() function, with test.
(This used to be commit c9d287dc0e3f8fc4e8399cd5095ef38f2b9f40c6)
2007-10-10 14:09:31 -05:00

36 lines
626 B
Makefile

#################################
# Start SUBSYSTEM TORTURE_LOCAL
[MODULE::TORTURE_LOCAL]
SUBSYSTEM = torture
INIT_FUNCTION = torture_local_init
PRIVATE_PROTO_HEADER = \
proto.h
OBJ_FILES = \
iconv.o \
../../lib/talloc/testsuite.o \
messaging.o \
binding_string.o \
idtree.o \
socket.o \
irpc.o \
registry.o \
resolve.o \
util_strlist.o \
util_file.o \
sddl.o \
ndr.o \
event.o \
local.o \
torture.o
PUBLIC_DEPENDENCIES = \
RPC_NDR_ECHO \
LIBCLI_SMB \
MESSAGING \
ICONV \
registry \
POPT_CREDENTIALS \
TORTURE_UI
# End SUBSYSTEM TORTURE_LOCAL
#################################