r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
[kai/samba.git] / source4 / torture / local / config.mk
1 #################################
2 # Start SUBSYSTEM TORTURE_LOCAL
3 [MODULE::TORTURE_LOCAL]
4 SUBSYSTEM = torture
5 INIT_FUNCTION = torture_local_init
6 PRIVATE_PROTO_HEADER = \
7                 proto.h
8 OBJ_FILES = \
9                 iconv.o \
10                 ../../lib/talloc/testsuite.o \
11                 ../../lib/replace/test/testsuite.o \
12                 ../../lib/replace/test/os2_delete.o \
13                 ../../lib/crypto/md4test.o \
14                 ../../lib/crypto/md5test.o \
15                 ../../lib/crypto/hmacmd5test.o \
16                 ../../lib/crypto/sha1test.o \
17                 ../../lib/crypto/hmacsha1test.o \
18                 messaging.o \
19                 binding_string.o \
20                 idtree.o \
21                 socket.o \
22                 irpc.o \
23                 registry.o \
24                 resolve.o \
25                 util_strlist.o \
26                 util_file.o \
27                 sddl.o \
28                 ndr.o \
29                 event.o \
30                 local.o \
31                 dbspeed.o \
32                 torture.o
33 PUBLIC_DEPENDENCIES = \
34                 RPC_NDR_ECHO \
35                 LIBCLI_SMB \
36                 MESSAGING \
37                 ICONV \
38                 registry \
39                 LIBCRYPTO \
40                 POPT_CREDENTIALS \
41                 TORTURE_UI
42 # End SUBSYSTEM TORTURE_LOCAL
43 #################################
44