From 289a71e7c3109a8f85fda5599d77230e5a4c90ee Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 21 Sep 2017 10:53:56 -0700 Subject: Use WARP for D3D rendering tests. This should in principle allow for the D3D-only tests to run on AppVeyor so that we can validate running things for CI purposes (and is probably a whole lot easier than trying to plug the VM up to the rendering tests). I've switched up one of the tests so that it should run even on AppVeyor, so fingers crossed that it will actually run. --- tests/render/render0.hlsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/render') diff --git a/tests/render/render0.hlsl b/tests/render/render0.hlsl index 5e04c7d63..e6849fe60 100644 --- a/tests/render/render0.hlsl +++ b/tests/render/render0.hlsl @@ -1,4 +1,4 @@ -//TEST(smoke,render):COMPARE_HLSL_RENDER: +//TEST(smoke):COMPARE_HLSL_RENDER: // Starting with a basic test for the ability to render stuff... cbuffer Uniforms -- cgit v1.2.3