Tests after this missing backslash are not being executed since e9829fdc6524e455f85893445ad8a2d703f02a2e.
---
Thanks Giovanni for pointing this out.
I am so sorry!
From: Francisco Casas fcasas@codeweavers.com
Tests after this missing backslash are not being executed since e9829fdc6524e455f85893445ad8a2d703f02a2e.
---
Thanks Giovanni for pointing this out.
I am so sorry! --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index 110b66f6..31c6b4a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,7 @@ vkd3d_shader_tests = \ tests/matrix-semantics.shader_test \ tests/multiple-rt.shader_test \ tests/nointerpolation.shader_test \ - tests/object-references.shader_test + tests/object-references.shader_test \ tests/pow.shader_test \ tests/preproc-if.shader_test \ tests/preproc-ifdef.shader_test \
This merge request was approved by Giovanni Mascellani.
This merge request was approved by Zebediah Figura.
This merge request was approved by Henri Verbeet.