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 Makefile
advpack.ok advpack.ok
files.ok
testlist.c testlist.c
...@@ -3,10 +3,11 @@ TOPOBJDIR = ../../.. ...@@ -3,10 +3,11 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
TESTDLL = advpack.dll TESTDLL = advpack.dll
IMPORTS = user32 kernel32 IMPORTS = cabinet user32 kernel32
CTESTS = \ CTESTS = \
advpack.c advpack.c \
files.c
@MAKE_TEST_RULES@ @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