Re: winetest: Only test d3d9 if it is being built.
On 23/12/05, Yuval Fledel <yuvalfl(a)gmail.com> wrote:
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) \ Would this prevent the tests from getting built on Windows?
participants (1)
-
H. Verbeet