made functions and variables static in some testcases.
[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         encode.c \
14         main.c \
15         oid.c \
16         protectdata.c \
17         sip.c \
18         store.c \
19         str.c
20
21 @MAKE_TEST_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend