mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / tests / Makefile.in
1 TESTDLL   = mshtml.dll
2 IMPORTS   = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
3
4 C_SRCS = \
5         activex.c \
6         dom.c \
7         events.c \
8         htmldoc.c \
9         htmllocation.c \
10         misc.c \
11         protocol.c \
12         script.c \
13         style.c
14
15 IDL_TLB_SRCS = test_tlb.idl
16 IDL_H_SRCS = test_tlb.idl
17
18 RC_SRCS = rsrc.rc
19
20 @MAKE_TEST_RULES@