kernel32: Factor out the VerifyVersionInfo tests into their own function.
[wine.git] / dlls / msi / tests / Makefile.in
blob4f17318d3716821f337527d35b11b80042c3acce
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = msi.dll
6 IMPORTS = cabinet msi shell32 ole32 oleaut32 advapi32 kernel32
7 EXTRALIBS = -luuid
9 CTESTS = \
10 automation.c \
11 db.c \
12 format.c \
13 install.c \
14 msi.c \
15 package.c \
16 record.c \
17 source.c \
18 suminfo.c
20 @MAKE_TEST_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend