Commit 40160adf authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Added ActiveXObject tests.

parent 6d4533a8
...@@ -3,9 +3,10 @@ TOPOBJDIR = ../../.. ...@@ -3,9 +3,10 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
TESTDLL = jscript.dll TESTDLL = jscript.dll
IMPORTS = oleaut32 ole32 kernel32 IMPORTS = oleaut32 ole32 advapi32 kernel32
CTESTS = \ CTESTS = \
activex.c \
jscript.c \ jscript.c \
run.c run.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment