Henri Verbeet : build: Add the shader tests to the distribution.
Module: vkd3d Branch: master Commit: f71ffabf810994adddd63255a4127c98d52c86ad URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=f71ffabf810994adddd63255... Author: Henri Verbeet <hverbeet(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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@
participants (1)
-
Alexandre Julliard