sit/tests/libs/fastflow/test.sh

14 lines
141 B
Bash
Raw Normal View History

2012-03-06 15:07:26 +00:00
make
./matrix
./matrix-ff
diff matrix.dat matrix-ff.dat
ret=$?
if [ $ret != 0 ] ; then
echo "Failed"
else
echo "Success"
make clean
fi