Henri Verbeet : build: Add the shader tests to the distribution.

Alexandre Julliard julliard at winehq.org
Wed Mar 2 14:33:17 CST 2022


Module: vkd3d
Branch: master
Commit: f71ffabf810994adddd63255a4127c98d52c86ad
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=f71ffabf810994adddd63255a4127c98d52c86ad

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Mar  2 19:06:19 2022 +0100

build: Add the shader tests to the distribution.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index db50be7..adf74f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -347,6 +347,8 @@ XFAIL_TESTS = \
 	tests/trigonometry.shader_test
 endif
 
+EXTRA_DIST += $(vkd3d_shader_tests)
+
 if BUILD_DEMOS
 DEMOS_LDADD = $(LDADD) libvkd3d-shader.la @DEMO_LIBS@ @VULKAN_LIBS@
 DEMOS_CFLAGS = $(AM_CFLAGS) @DEMO_CFLAGS@




More information about the wine-cvs mailing list