Commit 4e31bf68 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Add initial tests for ExtractFiles.

- Use FCI to create a test cabinet file. - Add initial tests for ExtractFiles.
parent b330bd7a
Makefile
advpack.ok
files.ok
testlist.c
......@@ -3,10 +3,11 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = advpack.dll
IMPORTS = user32 kernel32
IMPORTS = cabinet user32 kernel32
CTESTS = \
advpack.c
advpack.c \
files.c
@MAKE_TEST_RULES@
......
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