Stefan Leichter : winetest: Add d3d9 tests.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 12 06:44:26 CST 2005


Module: wine
Branch: refs/heads/master
Commit: e6b17d1b06a578be5552ba7946a29355add28f5a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e6b17d1b06a578be5552ba7946a29355add28f5a

Author: Stefan Leichter <Stefan.Leichter at camLine.com>
Date:   Mon Dec 12 11:51:29 2005 +0100

winetest: Add d3d9 tests.

---

 programs/winetest/Makefile.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in
index 5cea062..4208b94 100644
--- a/programs/winetest/Makefile.in
+++ b/programs/winetest/Makefile.in
@@ -26,6 +26,7 @@ TESTBINS = \
 	advapi32_test.exe$(DLLEXT) \
 	comctl32_test.exe$(DLLEXT) \
 	crypt32_test.exe$(DLLEXT) \
+	d3d9_test.exe$(DLLEXT) \
 	dinput_test.exe$(DLLEXT) \
 	dsound_test.exe$(DLLEXT) \
 	gdi32_test.exe$(DLLEXT) \
@@ -104,6 +105,8 @@ comctl32_test.exe$(DLLEXT): $(DLLDIR)/co
 	cp $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT) $@ && $(STRIP) $@
 crypt32_test.exe$(DLLEXT): $(DLLDIR)/crypt32/tests/crypt32_test.exe$(DLLEXT)
 	cp $(DLLDIR)/crypt32/tests/crypt32_test.exe$(DLLEXT) $@ && $(STRIP) $@
+d3d9_test.exe$(DLLEXT): $(DLLDIR)/d3d9/tests/d3d9_test.exe$(DLLEXT)
+	cp $(DLLDIR)/d3d9/tests/d3d9_test.exe$(DLLEXT) $@ && $(STRIP) $@
 ddraw_test.exe$(DLLEXT): $(DLLDIR)/ddraw/tests/ddraw_test.exe$(DLLEXT)
 	cp $(DLLDIR)/ddraw/tests/ddraw_test.exe$(DLLEXT) $@ && $(STRIP) $@
 dinput_test.exe$(DLLEXT): $(DLLDIR)/dinput/tests/dinput_test.exe$(DLLEXT)




More information about the wine-cvs mailing list