Commit ca0246fb authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

cabinet: Add initial tests for Extract.

parent 54565b72
......@@ -1524,6 +1524,7 @@ dlls/atl/Makefile
dlls/avicap32/Makefile
dlls/avifil32/Makefile
dlls/cabinet/Makefile
dlls/cabinet/tests/Makefile
dlls/capi2032/Makefile
dlls/cards/Makefile
dlls/cfgmgr32/Makefile
......
......@@ -14,6 +14,8 @@ C_SRCS = \
RC_SRCS = cabinet.rc
SUBDIRS = tests
@MAKE_DLL_RULES@
### Dependencies:
Makefile
extract.ok
testlist.c
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = cabinet.dll
IMPORTS = cabinet user32 kernel32
CTESTS = \
extract.c
@MAKE_TEST_RULES@
### Dependencies:
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