1#! /bin/sh
2#echo mpirun=$mpirun
3touch $top_builddir/tmp/test_stripline_coupler.V.even.bmp
4
5MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test_stripline_coupler.V.even.bmp`
6if [ $MD5SUM != 23608dc6d4c5de3b589f1df4ce76a4af ] ; then
7    echo "FAILED:" $0 >> tests.log
8    exit 1
9else
10    rm -f $top_builddir/tmp/test_stripline_coupler.V.even.bmp
11    echo "PASSED:" $0 >> tests.log
12    exit 0
13fi
14