Commit b56f4ac7 by John Kessenich Committed by GitHub

Merge pull request #615 from dneto0/consistent-location-for-test-files

runtests should refer to test files in current directory
parents 9df6aa53 5cc92c56
../Test/hlsl.entry.rename.frag hlsl.entry.rename.frag
Shader version: 450 Shader version: 450
gl_FragCoord origin is upper left gl_FragCoord origin is upper left
0:? Sequence 0:? Sequence
......
...@@ -49,7 +49,7 @@ diff singleThread.out multiThread.out || HASERROR=1 ...@@ -49,7 +49,7 @@ diff singleThread.out multiThread.out || HASERROR=1
# #
# entry point renaming tests # 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 diff -b $BASEDIR/hlsl.entry.rename.frag.out $TARGETDIR/hlsl.entry.rename.frag.out || HASERROR=1
if [ $HASERROR -eq 0 ] if [ $HASERROR -eq 0 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment