wine/dlls/advapi32/tests/Makefile.in
Hans Leidekker b6aa6210cd Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
Add tests for these functions.
2004-10-06 18:53:29 +00:00

20 lines
293 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = advapi32.dll
IMPORTS = advapi32 kernel32
CTESTS = \
crypt.c \
crypt_lmhash.c \
crypt_md4.c \
crypt_md5.c \
crypt_sha.c \
registry.c \
security.c
@MAKE_TEST_RULES@
### Dependencies: