assembler: Fix the path of intel-gen4asm
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 20 Aug 2013 17:02:37 +0000 (18:02 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 20 Aug 2013 17:02:37 +0000 (18:02 +0100)
With the move to intel-gpu-tools, we need to update that as well.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
assembler/test/run-test.sh

index cd21cf6..27c5c2d 100644 (file)
@@ -3,7 +3,7 @@
 SRCDIR=${srcdir-`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
   echo "Output comparison for TEST"
   diff -u ${SRCDIR}/TEST.expected TEST.out