projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Fix a few more test failures.
[wine]
/
dlls
/
crypt32
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = crypt32.dll
6
IMPORTS = crypt32 advapi32 kernel32
7
8
CTESTS = \
9
base64.c \
10
cert.c \
11
chain.c \
12
crl.c \
13
ctl.c \
14
encode.c \
15
main.c \
16
message.c \
17
msg.c \
18
oid.c \
19
protectdata.c \
20
sip.c \
21
store.c \
22
str.c
23
24
@MAKE_TEST_RULES@
25
26
@DEPENDENCIES@ # everything below this line is overwritten by make depend