comctl32/listview: Add tests for LVS_NOSORTHEADER switchover.
[wine/multimedia.git] / dlls / comctl32 / tests / Makefile.in
blob6fe20006de69fe2a57690bb70873d9f72a0218f4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = comctl32.dll
6 IMPORTS = comctl32 ole32 user32 gdi32 advapi32 kernel32
8 CTESTS = \
9 comboex.c \
10 datetime.c \
11 dpa.c \
12 header.c \
13 imagelist.c \
14 ipaddress.c \
15 listview.c \
16 misc.c \
17 monthcal.c \
18 mru.c \
19 msg.c \
20 progress.c \
21 propsheet.c \
22 rebar.c \
23 status.c \
24 subclass.c \
25 tab.c \
26 toolbar.c \
27 tooltips.c \
28 trackbar.c \
29 treeview.c \
30 updown.c
32 RC_SRCS = rsrc.rc
34 @MAKE_TEST_RULES@
36 @DEPENDENCIES@ # everything below this line is overwritten by make depend