r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
[kai/samba-autobuild/.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/talloc/testsuite.o \
11                 ../../lib/crypto/md4test.o \
12                 ../../lib/crypto/md5test.o \
13                 ../../lib/crypto/hmacmd5test.o \
14                 ../../lib/crypto/sha1test.o \
15                 ../../lib/crypto/hmacsha1test.o \
16                 messaging.o \
17                 binding_string.o \
18                 idtree.o \
19                 socket.o \
20                 irpc.o \
21                 registry.o \
22                 resolve.o \
23                 util_strlist.o \
24                 util_file.o \
25                 sddl.o \
26                 ndr.o \
27                 event.o \
28                 local.o \
29                 torture.o
30 PUBLIC_DEPENDENCIES = \
31                 RPC_NDR_ECHO \
32                 LIBCLI_SMB \
33                 MESSAGING \
34                 ICONV \
35                 registry \
36                 LIBCRYPTO \
37                 POPT_CREDENTIALS \
38                 TORTURE_UI
39 # End SUBSYSTEM TORTURE_LOCAL
40 #################################
41