r25902: Move messaging tests to same directory as 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                 ../../lib/messaging/tests/messaging.o \
20                 ../../lib/messaging/tests/irpc.o \
21                 ../../librpc/tests/binding_string.o \
22                 ../../lib/util/tests/idtree.o \
23                 ../../lib/socket/testsuite.o \
24                 ../../lib/socket_wrapper/testsuite.o \
25                 ../../lib/registry/tests/generic.o \
26                 ../../lib/registry/tests/hive.o \
27                 ../../lib/registry/tests/diff.o \
28                 ../../lib/registry/tests/registry.o \
29                 resolve.o \
30                 ../../lib/util/tests/strlist.o \
31                 ../../lib/util/tests/str.o \
32                 ../../lib/util/tests/file.o \
33                 ../../lib/util/tests/genrand.o \
34                 ../../lib/compression/testsuite.o \
35                 ../../lib/charset/testsuite.o \
36                 sddl.o \
37                 ../../lib/tdr/testsuite.o \
38                 event.o \
39                 share.o \
40                 local.o \
41                 dbspeed.o \
42                 torture.o
43 PRIVATE_DEPENDENCIES = \
44                 RPC_NDR_ECHO \
45                 TDR \
46                 LIBCLI_SMB \
47                 MESSAGING \
48                 ICONV \
49                 registry \
50                 LIBCRYPTO \
51                 POPT_CREDENTIALS \
52                 TORTURE_AUTH \
53                 TORTURE_UTIL \
54                 TORTURE_NDR \
55                 share
56 # End SUBSYSTEM TORTURE_LOCAL
57 #################################
58