Browse Source

make check CYGWIN

pre-master-46
h_vogt 17 years ago
parent
commit
1935e00ff3
  1. 1
      ChangeLog
  2. 2
      tests/bin/check.sh

1
ChangeLog

@ -2,6 +2,7 @@
* parse.c:922 prevent automtic deletion of @xxx[par]
winmain.c: increased width of ngspice window to allow display
of 80 characters per line (e.g. for command 'show'
/tests/bin/check.sh: allow make check for CYGWIN (will fail though)
2009-02-20 Holger Vogt
* x11disp.c: allow closing of help windows with WM x-button

2
tests/bin/check.sh

@ -23,7 +23,7 @@ case $HOST_TYPE in
sed -e 's/e-000/e+000/g' $testname.test | sed 's/e-0/e-/g' | sed 's/e+0/e+/g' > $testname.test_tmp
mv $testname.test_tmp $testname.test
;;
Linux*|Darwin*|CYGWIN)
Linux*|Darwin*|CYGWIN*)
$SPICE --batch $testdir/$testname.cir >$testname.test &&\
egrep -v $FILTER $testname.test > $testname.test_tmp &&\
egrep -v $FILTER $testdir/$testname.out > $testname.out_tmp

Loading…
Cancel
Save