Module: vkd3d Branch: master Commit: dd1008867ec5e1b7d3b9a64cffcff9d2ba409192 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/dd1008867ec5e1b7d3b9a64cffcff9...
Author: Francisco Casas fcasas@codeweavers.com Date: Mon Nov 7 16:32:44 2022 -0300
tests: Add missing entry for max.shader_test in Makefile.am.
---
Makefile.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am index 0db71d67..74c45aed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ vkd3d_shader_tests = \ tests/logic-operations.shader_test \ tests/math.shader_test \ tests/matrix-semantics.shader_test \ + tests/max.shader_test \ tests/multiple-rt.shader_test \ tests/nointerpolation.shader_test \ tests/object-references.shader_test \