shell32/autocomplete: Add unit tests for autocomplete.
[wine/wine64.git] / dlls / shell32 / tests / Makefile.in
blob0fc8d748d7d752db8f34fc6cbe2e9de1ffba37ae
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 TESTDLL = shell32.dll
6 IMPORTS = shell32 ole32 oleaut32 user32 advapi32 kernel32
8 CTESTS = \
9 appbar.c \
10 autocomplete.c \
11 generated.c \
12 shelllink.c \
13 shellpath.c \
14 shfldr_special.c \
15 shlexec.c \
16 shlfileop.c \
17 shlfolder.c \
18 string.c \
19 systray.c
21 @MAKE_TEST_RULES@
23 @DEPENDENCIES@ # everything below this line is overwritten by make depend