ole32: Move the Running Object Table test in marshal.c to moniker.c to put it with...
[wine] / dlls / ole32 / tests / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 TESTDLL   = ole32.dll
6 IMPORTS   = oleaut32 ole32 user32 gdi32 advapi32 kernel32
7 EXTRALIBS = -luuid
8
9 CTESTS = \
10         clipboard.c \
11         compobj.c \
12         hglobalstream.c \
13         marshal.c \
14         moniker.c \
15         ole2.c \
16         propvariant.c \
17         stg_prop.c \
18         storage32.c \
19         usrmarshal.c
20
21 @MAKE_TEST_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend