Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ndk-platform-external-shaderc-glslang
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
ndk-platform-external-shaderc-glslang
Commits
79807811
Commit
79807811
authored
9 years ago
by
John Kessenich
Browse files
Options
Downloads
Patches
Plain Diff
README: Update testing section.
parent
0487d550
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+12
-4
12 additions, 4 deletions
README.md
glslang/Include/revision.h
+1
-1
1 addition, 1 deletion
glslang/Include/revision.h
with
13 additions
and
5 deletions
README.md
+
12
−
4
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
------------------------
...
...
This diff is collapsed.
Click to expand it.
glslang/Include/revision.h
+
1
−
1
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment