shell32/tests: Add tests for IShellDispatch::NameSpace.
[wine.git] / dlls / shell32 / tests / Makefile.in
blob53f33b16abe425464d2406c66d78f5ece70254d5
1 TESTDLL = shell32.dll
2 IMPORTS = shell32 ole32 oleaut32 shlwapi user32 advapi32
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
23 RC_SRCS = rsrc.rc
25 @MAKE_TEST_RULES@