winetest: Only test d3d9 if it is being built.

Yuval Fledel yuvalfl at gmail.com
Fri Dec 23 09:51:07 CST 2005


winetest: Only test d3d9 if it is being built.

-- Yuval Fledel

diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in
index 4208b94..8602f66 100644
--- a/programs/winetest/Makefile.in
+++ b/programs/winetest/Makefile.in
@@ -19,14 +19,15 @@ RC_BINSRC = winetest.rc
 RC_BINARIES = wine.ico

 XFILES = ddraw_test.exe$(DLLEXT)
+OPENGLFILES = d3d9_test.exe$(DLLEXT)

 TESTBINS = \
        @XFILES@ \
+       @OPENGLFILES@ \
        advpack_test.exe$(DLLEXT) \
        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) \



More information about the wine-patches mailing list