2005-12-02 03:19:23 +00:00
#################################
# Start SUBSYSTEM TORTURE_LOCAL
2006-06-17 02:20:39 +00:00
[MODULE :: TORTURE_LOCAL ]
SUBSYSTEM = torture
INIT_FUNCTION = torture_local_init
2006-02-04 14:08:24 +00:00
PRIVATE_PROTO_HEADER = \
proto.h
2005-12-26 18:03:50 +00:00
OBJ_FILES = \
2005-12-02 03:19:23 +00:00
iconv.o \
2006-08-11 13:13:03 +00:00
../../lib/crypto/md4test.o \
2006-08-11 11:26:58 +00:00
../../lib/crypto/md5test.o \
2006-08-14 14:56:21 +00:00
../../lib/crypto/hmacmd5test.o \
2006-08-11 08:02:43 +00:00
../../lib/crypto/sha1test.o \
../../lib/crypto/hmacsha1test.o \
2006-10-25 14:58:05 +00:00
../../lib/talloc/testsuite.o \
../../lib/replace/test/os2_delete.o \
../../lib/replace/test/testsuite.o \
2005-12-02 03:19:23 +00:00
messaging.o \
2007-03-02 14:53:09 +00:00
../../librpc/tests/binding_string.o \
../../lib/util/tests/idtree.o \
../../lib/socket/testsuite.o \
2007-03-03 01:20:36 +00:00
../../lib/socket_wrapper/testsuite.o \
2005-12-02 03:19:23 +00:00
irpc.o \
2007-03-02 14:53:09 +00:00
../../lib/registry/tests/generic.o \
2005-12-02 03:19:23 +00:00
resolve.o \
2007-03-02 14:53:09 +00:00
../../lib/util/tests/strlist.o \
../../lib/util/tests/file.o \
2007-03-04 22:36:41 +00:00
../../lib/util/tests/genrand.o \
2007-03-05 01:50:33 +00:00
../../lib/compression/testsuite.o \
2007-03-05 00:11:46 +00:00
../../lib/charset/testsuite.o \
2005-12-29 20:35:56 +00:00
sddl.o \
2007-03-02 14:53:09 +00:00
../../lib/tdr/testsuite.o \
2006-06-17 02:20:39 +00:00
event.o \
2006-06-26 11:33:37 +00:00
local.o \
2006-10-15 20:53:20 +00:00
dbspeed.o \
2006-06-26 11:33:37 +00:00
torture.o
2006-04-24 15:47:59 +00:00
PUBLIC_DEPENDENCIES = \
2006-03-17 00:45:52 +00:00
RPC_NDR_ECHO \
2007-01-23 00:39:12 +00:00
TDR \
2006-04-29 23:22:54 +00:00
LIBCLI_SMB \
2005-12-02 03:19:23 +00:00
MESSAGING \
2006-05-13 19:14:12 +00:00
ICONV \
2006-05-14 23:07:35 +00:00
registry \
2006-08-11 08:02:43 +00:00
LIBCRYPTO \
2006-05-22 20:07:01 +00:00
POPT_CREDENTIALS \
2006-10-29 17:40:19 +00:00
TORTURE_AUTH \
TORTURE_UTIL
2007-02-16 15:13:51 +00:00
PRIVATE_DEPENDENCIES = TORTURE_NDR
2005-12-02 03:19:23 +00:00
# End SUBSYSTEM TORTURE_LOCAL
#################################