Imported Upstream version 4.6.0
[debian/atlc] / tests / 6m-create_400ohm_1551Pixel_high_symmetrical_stripline.test
1 #! /bin/sh
2 # Removed since this uses too much RAM
3 Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 6449 1551 5 $top_builddir/tmp/400ohm-1551h.bmp | awk '{print $4}'`
4 if [ $Zo = 400.038921 ]; then
5   rm $top_builddir/tmp/400ohm-1551h.bmp
6   echo "PASSED:" $0 >> tests.log
7   exit 0
8 else
9   echo "FAILED:" $0 >> tests.log
10   exit 1
11 fi
12
13