mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Rename package and binary to intel-gen4asm.
This commit is contained in:
committed by
Damien Lespiau
parent
a6d95cc0ce
commit
a1170c5e64
@@ -3,7 +3,7 @@
|
||||
SRCDIR=${srcdir-`pwd`}
|
||||
BUILDDIR=${top_builddir-`pwd`}
|
||||
|
||||
${BUILDDIR}/src/gen4asm -o TEST.out $SRCDIR/TEST.g4a
|
||||
${BUILDDIR}/src/intel-gen4asm -o TEST.out $SRCDIR/TEST.g4a
|
||||
if cmp TEST.out ${SRCDIR}/TEST.expected 2> /dev/null; then : ; else
|
||||
echo "Output comparison for TEST"
|
||||
diff -u ${SRCDIR}/TEST.expected TEST.out
|
||||
|
||||
Reference in New Issue
Block a user