Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
9216e8cf
Commit
9216e8cf
authored
Dec 02, 2019
by
Ian Romanick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md to include other test requirements
Knowing this in advance would have saved me some time.
parent
83af4695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
README.md
README.md
+7
-2
No files found.
README.md
View file @
9216e8cf
...
...
@@ -103,8 +103,8 @@ cd ../..
```
If you wish to assure that SPIR-V generated from HLSL is legal for Vulkan,
or wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, install
spirv-tools with this:
wish to invoke -Os to reduce SPIR-V size from HLSL or GLSL, or wish to run the
integrated test suite, install
spirv-tools with this:
```
bash
./update_glslang_sources.py
...
...
@@ -236,6 +236,11 @@ Running `runtests` script-backed tests:
cd
$SOURCE_DIR
/Test
&&
./runtests
```
If some tests fail with validation errors, there may be a mismatch between the
version of
`spirv-val`
on the system and the version of glslang. In this
case, it is necessary to run
`update_glslang_sources.py`
. See "Check-Out
External Projects" above for more details.
### Contributing tests
Test results should always be included with a pull request that modifies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment