shell32/tests: Add tests for IShellDispatch::NameSpace.
[wine] / dlls / shell32 / tests / Makefile.in
1 TESTDLL   = shell32.dll
2 IMPORTS   = shell32 ole32 oleaut32 shlwapi user32 advapi32
3
4 C_SRCS = \
5         appbar.c \
6         autocomplete.c \
7         brsfolder.c \
8         ebrowser.c \
9         generated.c \
10         progman_dde.c \
11         shelldispatch.c \
12         shelllink.c \
13         shellole.c \
14         shellpath.c \
15         shfldr_special.c \
16         shlexec.c \
17         shlfileop.c \
18         shlfolder.c \
19         shlview.c \
20         string.c \
21         systray.c
22
23 RC_SRCS = rsrc.rc
24
25 @MAKE_TEST_RULES@