From 5ee6b46087691fb046bcd5141be3b66066db94a1 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Fri, 5 Jan 2018 23:22:36 -0500 Subject: Fixes from review of PR #373. Code fixes from review. Refactor MSL tests back to using the SPIRV-Tools and glslang loaded by checkout_glslang_spirv_tools.sh. --- update_test_shaders.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'update_test_shaders.sh') diff --git a/update_test_shaders.sh b/update_test_shaders.sh index 69165847..712c3eec 100755 --- a/update_test_shaders.sh +++ b/update_test_shaders.sh @@ -11,6 +11,7 @@ echo "Using spirv-opt in: $(which spirv-opt)." ./test_shaders.py shaders --update --opt || exit 1 ./test_shaders.py shaders-msl --msl --update || exit 1 ./test_shaders.py shaders-msl --msl --update --opt || exit 1 +./test_shaders.py shaders-msl-no-opt --msl --update || exit 1 ./test_shaders.py shaders-hlsl --hlsl --update || exit 1 ./test_shaders.py shaders-hlsl --hlsl --update --opt || exit 1 -- cgit v1.2.3