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