#! /bin/sh echo "Running checks..." ./check_ginac 2>result.out echo "Comparing output..." cmp ${srcdir}/result.ref result.out