make check CYGWIN

This commit is contained in:
h_vogt 2009-02-21 20:52:19 +00:00
parent 19b999e0d2
commit 1935e00ff3
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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