~ubuntu-branches/ubuntu/maverick/atlc/maverick

« back to all changes in this revision

Viewing changes to tests/1e-create_bmp_for_symmetrical_stripline.Ey.bmp.test

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2005-06-03 04:53:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050603045328-pohnuy5yryiv9s6o
Tags: 4.6.0-1
* new upstream version
* move make check from binary to build target so it doesn't run as root
* lose --with-threads from configure call, since it causes regression suite
  to fail many tests and upstream's README.threads is discouraging
* various tweaks to make lintian happier

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
touch $top_builddir/tmp/test_sym_strip.Ey.bmp
25
25
 
26
26
MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test_sym_strip.Ey.bmp`
27
 
if [ $MD5SUM = 5c261a40f4ad134053186817518d85ff ]; then
 
27
if [ $MD5SUM = d4a79fe413d1e5936c9f78e31662da0a ]; then
28
28
  rm $top_builddir/tmp/test_sym_strip.Ey.bmp
29
29
  echo "PASSED:" $0 >> tests.log
30
30
  exit 0