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
79807811
Commit
79807811
authored
Sep 09, 2015
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Update testing section.
parent
0487d550
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
README.md
README.md
+12
-4
revision.h
glslang/Include/revision.h
+1
-1
No files found.
README.md
View file @
79807811
...
...
@@ -107,16 +107,24 @@ warning/error and other options for controling compilation.
Testing
-------
Test results should always be included with a pull request that modifies
functionality. There is a simple process for doing this, described here:
`Test`
is an active test directory that contains test input and a
subdirectory
`baseResults`
that contains the expected results of the
tests. Both the tests and
`baseResults`
are under source-code control.
Executing the script
`./runtests`
will generate current results in
the
`localResults`
directory and
`diff`
them against the
`baseResults`
.
When you want to update the tracked test results, they need to be
copied from
`localResults`
to
`baseResults`
.
There are some tests borrowed from LunarGLASS. If LunarGLASS is
missing, those tests just won't run.
When you want to update the tracked test results, they need to be
copied from
`localResults`
to
`baseResults`
. This can be done by
the
`bump`
shell script.
The list of files tested comes from
`testlist`
, and lists input shaders
in this directory, which must all be public for this to work. However,
you can add your own private list of tests, not tracked here, by using
`localtestlist`
to list non-tracked tests. This is automatically read
by
`runtests`
and included in the
`diff`
and
`bump`
process.
Basic Internal Operation
------------------------
...
...
glslang/Include/revision.h
View file @
79807811
...
...
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "3.0.74
1
"
#define GLSLANG_REVISION "3.0.74
3
"
#define GLSLANG_DATE "09-Sep-2015"
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