mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +00:00
assembler: Fix the path of intel-gen4asm
With the move to intel-gpu-tools, we need to update that as well. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
63720a4f86
commit
751f8a7378
@ -3,7 +3,7 @@
|
|||||||
SRCDIR=${srcdir-`pwd`}
|
SRCDIR=${srcdir-`pwd`}
|
||||||
BUILDDIR=${top_builddir-`pwd`}
|
BUILDDIR=${top_builddir-`pwd`}
|
||||||
|
|
||||||
${BUILDDIR}/src/intel-gen4asm -o TEST.out $SRCDIR/TEST.g4a
|
${BUILDDIR}/assembler/intel-gen4asm -o TEST.out $SRCDIR/TEST.g4a
|
||||||
if cmp TEST.out ${SRCDIR}/TEST.expected 2> /dev/null; then : ; else
|
if cmp TEST.out ${SRCDIR}/TEST.expected 2> /dev/null; then : ; else
|
||||||
echo "Output comparison for TEST"
|
echo "Output comparison for TEST"
|
||||||
diff -u ${SRCDIR}/TEST.expected TEST.out
|
diff -u ${SRCDIR}/TEST.expected TEST.out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user