File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ test_script:
47
47
- ps : utils\appveyor\appveyor_test.ps1
48
48
- cmd : call utils\hct\hcttest -rel clang
49
49
- sh : ./bin/dxc --help
50
- - sh : ./bin/dxc -T ps_6_0 ../tools/clang/test/CodeGenSPIRV_Lit /passthru-ps.hlsl2spv
51
- - sh : ./bin/dxc -T ps_6_0 -Fo passthru-ps.dxil ../tools/clang/test/CodeGenSPIRV_Lit /passthru-ps.hlsl2spv
52
- - sh : ./bin/dxc -T ps_6_0 -Fo passthru-ps.spv ../tools/clang/test/CodeGenSPIRV_Lit /passthru-ps.hlsl2spv -spirv
50
+ - sh : ./bin/dxc -T ps_6_0 ../tools/clang/test/CodeGenSPIRV /passthru-ps.hlsl2spv
51
+ - sh : ./bin/dxc -T ps_6_0 -Fo passthru-ps.dxil ../tools/clang/test/CodeGenSPIRV /passthru-ps.hlsl2spv
52
+ - sh : ./bin/dxc -T ps_6_0 -Fo passthru-ps.spv ../tools/clang/test/CodeGenSPIRV /passthru-ps.hlsl2spv -spirv
53
53
- sh : ./tools/clang/unittests/SPIRV/ClangSPIRVTests --spirv-test-root ../tools/clang/test/CodeGenSPIRV/
54
54
- sh : ./tools/clang/unittests/HLSL/ClangHLSLTests --HlslDataDir $PWD/../tools/clang/test/HLSL/
55
55
You can’t perform that action at this time.
0 commit comments