Rename package and binary to intel-gen4asm.

This commit is contained in:
Eric Anholt
2006-09-01 15:40:57 -07:00
committed by Damien Lespiau
parent a6d95cc0ce
commit a1170c5e64
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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