mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
committed by
Alexandre Julliard
parent
55587f30b7
commit
03eba4b0ad
@@ -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
|
||||
|
Reference in New Issue
Block a user