Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
[metze/samba/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 PRIVATE_DEPENDENCIES = \
9                 RPC_NDR_ECHO \
10                 TDR \
11                 LIBCLI_SMB \
12                 MESSAGING \
13                 ICONV \
14                 POPT_CREDENTIALS \
15                 TORTURE_AUTH \
16                 TORTURE_UTIL \
17                 TORTURE_NDR \
18                 share \
19                 torture_registry
20 # End SUBSYSTEM TORTURE_LOCAL
21 #################################
22
23 TORTURE_LOCAL_OBJ_FILES = \
24                 lib/charset/tests/iconv.o \
25                 lib/talloc/testsuite.o \
26                 lib/replace/test/getifaddrs.o \
27                 lib/replace/test/os2_delete.o \
28                 lib/replace/test/strptime.o \
29                 lib/replace/test/testsuite.o \
30                 lib/messaging/tests/messaging.o \
31                 lib/messaging/tests/irpc.o \
32                 librpc/tests/binding_string.o \
33                 lib/util/tests/idtree.o \
34                 lib/socket/testsuite.o \
35                 lib/socket_wrapper/testsuite.o \
36                 libcli/resolve/testsuite.o \
37                 lib/util/tests/strlist.o \
38                 lib/util/tests/str.o \
39                 lib/util/tests/file.o \
40                 lib/util/tests/genrand.o \
41                 lib/compression/testsuite.o \
42                 lib/charset/tests/charset.o \
43                 libcli/security/tests/sddl.o \
44                 lib/tdr/testsuite.o \
45                 lib/events/testsuite.o \
46                 param/tests/share.o \
47                 param/tests/loadparm.o \
48                 auth/credentials/tests/simple.o \
49                 torture/local/local.o \
50                 torture/local/dbspeed.o \
51                 torture/local/torture.o
52