r21671: Add initial simple tests for socket wrapper
[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/crypto/md4test.o \
11                 ../../lib/crypto/md5test.o \
12                 ../../lib/crypto/hmacmd5test.o \
13                 ../../lib/crypto/sha1test.o \
14                 ../../lib/crypto/hmacsha1test.o \
15                 ../../lib/talloc/testsuite.o \
16                 ../../lib/replace/test/os2_delete.o \
17                 ../../lib/replace/test/testsuite.o \
18                 messaging.o \
19                 ../../librpc/tests/binding_string.o \
20                 ../../lib/util/tests/idtree.o \
21                 ../../lib/socket/testsuite.o \
22                 ../../lib/socket_wrapper/testsuite.o \
23                 irpc.o \
24                 ../../lib/registry/tests/generic.o \
25                 resolve.o \
26                 ../../lib/util/tests/strlist.o \
27                 ../../lib/util/tests/file.o \
28                 sddl.o \
29                 ../../lib/tdr/testsuite.o \
30                 event.o \
31                 local.o \
32                 dbspeed.o \
33                 torture.o
34 PUBLIC_DEPENDENCIES = \
35                 RPC_NDR_ECHO \
36                 TDR \
37                 LIBCLI_SMB \
38                 MESSAGING \
39                 ICONV \
40                 registry \
41                 LIBCRYPTO \
42                 POPT_CREDENTIALS \
43                 TORTURE_AUTH \
44                 TORTURE_UTIL
45 PRIVATE_DEPENDENCIES = TORTURE_NDR
46 # End SUBSYSTEM TORTURE_LOCAL
47 #################################
48