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
b56f4ac7
Commit
b56f4ac7
authored
Dec 06, 2016
by
John Kessenich
Committed by
GitHub
Dec 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #615 from dneto0/consistent-location-for-test-files
runtests should refer to test files in current directory
parents
9df6aa53
5cc92c56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hlsl.entry.rename.frag.out
Test/baseResults/hlsl.entry.rename.frag.out
+1
-1
runtests
Test/runtests
+1
-1
No files found.
Test/baseResults/hlsl.entry.rename.frag.out
View file @
b56f4ac7
../Test/
hlsl.entry.rename.frag
hlsl.entry.rename.frag
Shader version: 450
gl_FragCoord origin is upper left
0:? Sequence
...
...
Test/runtests
View file @
b56f4ac7
...
...
@@ -49,7 +49,7 @@ diff singleThread.out multiThread.out || HASERROR=1
#
# entry point renaming tests
#
$EXE
-i
-H
-V
-D
-e
main_in_spv
--source-entrypoint
main
../Test/
hlsl.entry.rename.frag
>
$TARGETDIR
/hlsl.entry.rename.frag.out
$EXE
-i
-H
-V
-D
-e
main_in_spv
--source-entrypoint
main hlsl.entry.rename.frag
>
$TARGETDIR
/hlsl.entry.rename.frag.out
diff
-b
$BASEDIR
/hlsl.entry.rename.frag.out
$TARGETDIR
/hlsl.entry.rename.frag.out
||
HASERROR
=
1
if
[
$HASERROR
-eq
0
]
...
...
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