Include new tests.

oldstable
Stefan Leichter 2005-01-21 10:15:04 +00:00 committed by Alexandre Julliard
parent 2cfcf1c339
commit 97b85cc88c
1 changed files with 3 additions and 0 deletions

View File

@ -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)