r26285: Add IDL and torture test for netr_ServerPasswordGet().
[ira/wip.git] / source / 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                 ../../lib/charset/tests/iconv.o \
10                 ../../lib/talloc/testsuite.o \
11                 ../../lib/replace/test/os2_delete.o \
12                 ../../lib/replace/test/strptime.o \
13                 ../../lib/replace/test/testsuite.o \
14                 ../../lib/messaging/tests/messaging.o \
15                 ../../lib/messaging/tests/irpc.o \
16                 ../../librpc/tests/binding_string.o \
17                 ../../lib/util/tests/idtree.o \
18                 ../../lib/socket/testsuite.o \
19                 ../../lib/socket_wrapper/testsuite.o \
20                 ../../libcli/resolve/testsuite.o \
21                 ../../lib/util/tests/strlist.o \
22                 ../../lib/util/tests/str.o \
23                 ../../lib/util/tests/file.o \
24                 ../../lib/util/tests/genrand.o \
25                 ../../lib/compression/testsuite.o \
26                 ../../lib/charset/tests/charset.o \
27                 ../../libcli/security/tests/sddl.o \
28                 ../../lib/tdr/testsuite.o \
29                 ../../lib/events/testsuite.o \
30                 ../../param/tests/share.o \
31                 ../../auth/credentials/tests/simple.o \
32                 local.o \
33                 dbspeed.o \
34                 torture.o
35 PRIVATE_DEPENDENCIES = \
36                 RPC_NDR_ECHO \
37                 TDR \
38                 LIBCLI_SMB \
39                 MESSAGING \
40                 ICONV \
41                 POPT_CREDENTIALS \
42                 TORTURE_AUTH \
43                 TORTURE_UTIL \
44                 TORTURE_NDR \
45                 share \
46                 torture_registry
47 # End SUBSYSTEM TORTURE_LOCAL
48 #################################