From 1935e00ff3c49a6486d29b9e55063a48470a16e7 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 21 Feb 2009 20:52:19 +0000 Subject: [PATCH] make check CYGWIN --- ChangeLog | 1 + tests/bin/check.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa4339a89..471e16fa8 100644 --- a/ChangeLog +++ b/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 diff --git a/tests/bin/check.sh b/tests/bin/check.sh index 61d28a804..8455d044e 100644 --- a/tests/bin/check.sh +++ b/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