mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
0bccc88392
(This used to be commit f734df3144cdd9ff280ee1cac2c3a7f972716f5d)
59 lines
1.5 KiB
Makefile
59 lines
1.5 KiB
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/crypto/md4test.o \
|
|
../../lib/crypto/md5test.o \
|
|
../../lib/crypto/hmacmd5test.o \
|
|
../../lib/crypto/sha1test.o \
|
|
../../lib/crypto/hmacsha1test.o \
|
|
../../lib/talloc/testsuite.o \
|
|
../../lib/replace/test/os2_delete.o \
|
|
../../lib/replace/test/strptime.o \
|
|
../../lib/replace/test/testsuite.o \
|
|
../../lib/messaging/tests/messaging.o \
|
|
../../lib/messaging/tests/irpc.o \
|
|
../../librpc/tests/binding_string.o \
|
|
../../lib/util/tests/idtree.o \
|
|
../../lib/socket/testsuite.o \
|
|
../../lib/socket_wrapper/testsuite.o \
|
|
../../lib/registry/tests/generic.o \
|
|
../../lib/registry/tests/hive.o \
|
|
../../lib/registry/tests/diff.o \
|
|
../../lib/registry/tests/registry.o \
|
|
../../libcli/resolve/testsuite.o \
|
|
../../lib/util/tests/strlist.o \
|
|
../../lib/util/tests/str.o \
|
|
../../lib/util/tests/file.o \
|
|
../../lib/util/tests/genrand.o \
|
|
../../lib/compression/testsuite.o \
|
|
../../lib/charset/testsuite.o \
|
|
../../libcli/security/tests/sddl.o \
|
|
../../lib/tdr/testsuite.o \
|
|
../../lib/events/testsuite.o \
|
|
share.o \
|
|
local.o \
|
|
dbspeed.o \
|
|
torture.o
|
|
PRIVATE_DEPENDENCIES = \
|
|
RPC_NDR_ECHO \
|
|
TDR \
|
|
LIBCLI_SMB \
|
|
MESSAGING \
|
|
ICONV \
|
|
registry \
|
|
LIBCRYPTO \
|
|
POPT_CREDENTIALS \
|
|
TORTURE_AUTH \
|
|
TORTURE_UTIL \
|
|
TORTURE_NDR \
|
|
share
|
|
# End SUBSYSTEM TORTURE_LOCAL
|
|
#################################
|
|
|