mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
Start adding a test suite.
This commit is contained in:
committed by
Damien Lespiau
parent
356ce76d44
commit
e3cc73bec4
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
TESTDIR=${srcdir-`pwd`}
|
||||
BUILDDIR=${top_builddir-`pwd`}
|
||||
|
||||
${BUILDDIR}/src/gen4asm -o TEST.out $TESTDIR/TEST.g4a
|
||||
if cmp TEST.out ${TESTDIR}/TEST.expected; then : ; else
|
||||
exit 1;
|
||||
fi
|
||||
Reference in New Issue
Block a user