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 = \
2007-11-11 23:36:45 +01:00
../../lib/charset/tests/iconv.o \
2006-10-25 14:58:05 +00:00
../../lib/talloc/testsuite.o \
2008-02-28 21:43:06 +01:00
../../lib/replace/test/getifaddrs.o \
2006-10-25 14:58:05 +00:00
../../lib/replace/test/os2_delete.o \
2007-04-15 16:13:06 +00:00
../../lib/replace/test/strptime.o \
2006-10-25 14:58:05 +00:00
../../lib/replace/test/testsuite.o \
2007-11-07 23:53:57 +01:00
../../lib/messaging/tests/messaging.o \
../../lib/messaging/tests/irpc.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 \
2007-11-08 00:07:17 +01:00
../../libcli/resolve/testsuite.o \
2007-03-02 14:53:09 +00:00
../../lib/util/tests/strlist.o \
2007-09-24 15:55:26 +00:00
../../lib/util/tests/str.o \
2007-03-02 14:53:09 +00:00
../../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-11-11 23:36:53 +01:00
../../lib/charset/tests/charset.o \
2007-11-08 00:07:17 +01:00
../../libcli/security/tests/sddl.o \
2007-03-02 14:53:09 +00:00
../../lib/tdr/testsuite.o \
2007-11-08 00:07:17 +01:00
../../lib/events/testsuite.o \
2007-11-11 23:36:50 +01:00
../../param/tests/share.o \
2007-12-08 23:32:09 +01:00
../../param/tests/loadparm.o \
2007-11-16 20:54:13 +01:00
../../auth/credentials/tests/simple.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
2007-04-20 11:28:25 +00:00
PRIVATE_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-22 20:07:01 +00:00
POPT_CREDENTIALS \
2006-10-29 17:40:19 +00:00
TORTURE_AUTH \
2007-04-20 11:28:25 +00:00
TORTURE_UTIL \
TORTURE_NDR \
2007-11-13 04:57:09 +01:00
share \
torture_registry
2005-12-02 03:19:23 +00:00
# End SUBSYSTEM TORTURE_LOCAL
#################################