tests: Move invalid usage tests to separate unit.

Ideally, tests should not produce Vulkan validation errors. Move tests
which explicitly test invalid usage of D3D12 and are expected to produce
validation errors to a separate file.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2018-12-04 15:56:01 +01:00
committed by Alexandre Julliard
parent 55587f30b7
commit 03eba4b0ad
3 changed files with 180 additions and 134 deletions

View File

@@ -37,7 +37,8 @@ vkd3d_tests = \
tests/vkd3d_api
vkd3d_cross_tests = \
tests/d3d12
tests/d3d12 \
tests/d3d12_invalid_usage
vkd3d_test_headers = \
tests/vkd3d_d3d12_test.h