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