r22328: Add initial testsuite for share code.
[ira/wip.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/strptime.o \
18                 ../../lib/replace/test/testsuite.o \
19                 messaging.o \
20                 ../../librpc/tests/binding_string.o \
21                 ../../lib/util/tests/idtree.o \
22                 ../../lib/socket/testsuite.o \
23                 ../../lib/socket_wrapper/testsuite.o \
24                 irpc.o \
25                 ../../lib/registry/tests/generic.o \
26                 resolve.o \
27                 ../../lib/util/tests/strlist.o \
28                 ../../lib/util/tests/file.o \
29                 ../../lib/util/tests/genrand.o \
30                 ../../lib/compression/testsuite.o \
31                 ../../lib/charset/testsuite.o \
32                 sddl.o \
33                 ../../lib/tdr/testsuite.o \
34                 event.o \
35                 share.o \
36                 local.o \
37                 dbspeed.o \
38                 torture.o
39 PUBLIC_DEPENDENCIES = \
40                 RPC_NDR_ECHO \
41                 TDR \
42                 LIBCLI_SMB \
43                 MESSAGING \
44                 ICONV \
45                 registry \
46                 LIBCRYPTO \
47                 POPT_CREDENTIALS \
48                 TORTURE_AUTH \
49                 TORTURE_UTIL
50 PRIVATE_DEPENDENCIES = TORTURE_NDR \
51                                            share
52 # End SUBSYSTEM TORTURE_LOCAL
53 #################################
54