Commit 97b85cc8 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Include new tests.

parent 2cfcf1c3
......@@ -19,6 +19,7 @@ RC_BINSRC = winetest.rc
RC_BINARIES = wine.ico
TESTBINS = \
advpack_test.exe$(DLLEXT) \
advapi32_test.exe$(DLLEXT) \
comctl32_test.exe$(DLLEXT) \
ddraw_test.exe$(DLLEXT) \
......@@ -86,6 +87,8 @@ dist.res: winetest.rc tests.rc build.id build.nfo tests.url $(TESTBINS) $(RC_BIN
# Rules for stripping the test executables
advpack_test.exe$(DLLEXT): $(DLLDIR)/advpack/tests/advpack_test.exe$(DLLEXT)
cp $(DLLDIR)/advpack/tests/advpack_test.exe$(DLLEXT) $@ && $(STRIP) $@
advapi32_test.exe$(DLLEXT): $(DLLDIR)/advapi32/tests/advapi32_test.exe$(DLLEXT)
cp $(DLLDIR)/advapi32/tests/advapi32_test.exe$(DLLEXT) $@ && $(STRIP) $@
comctl32_test.exe$(DLLEXT): $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT)
......
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