Fix #1468: Add command-line --entry-point support, same as existing -e.

This commit is contained in:
John Kessenich
2018-08-09 14:15:00 -06:00
parent 56a75975e3
commit 640bd0964f
2 changed files with 9 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ fi
# entry point renaming tests
#
echo Running entry-point renaming tests
$EXE -i -H -V -D -Od -e main_in_spv --ku --source-entrypoint main -Od hlsl.entry.rename.frag > $TARGETDIR/hlsl.entry.rename.frag.out
$EXE -i -H -V -D -Od --entry-point main_in_spv --ku --source-entrypoint main -Od 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
#