Module: vkd3d Branch: master Commit: 0c833056f641bd04978b175fb2a077553c93bc24 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/0c833056f641bd04978b175fb2a077...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Mar 9 17:56:00 2023 +0100
build: Actually run asuint.shader_test.
---
Makefile.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am index 191f4eb9..c1606cec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ vkd3d_shader_tests = \ tests/arithmetic-int-uniform.shader_test \ tests/arithmetic-uint.shader_test \ tests/array-parameters.shader_test \ + tests/asuint.shader_test \ tests/bitwise.shader_test \ tests/cast-broadcast.shader_test \ tests/cast-componentwise-equal.shader_test \