msi: Skip the endlines test if the table fails on import.
[wine] / dlls / msi / tests / Makefile.in
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 version
7 EXTRALIBS = -luuid
8
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
19
20 @MAKE_TEST_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend