diff options
| author | fukachan <fukachan> | 2002-05-11 08:50:30 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-05-11 08:50:30 +0000 |
| commit | 263cd28a7fb42bbf6eb4a628b1a9578b8fce4794 (patch) | |
| tree | 113f6d09d96cd56d43714ab5dcaa915891ce68a2 /regress/simulation | |
| parent | 952a4893dd2fcbdc03f6d35748366ca176540c05 (diff) | |
| download | fml8-263cd28a7fb42bbf6eb4a628b1a9578b8fce4794.tar.gz fml8-263cd28a7fb42bbf6eb4a628b1a9578b8fce4794.tar.bz2 fml8-263cd28a7fb42bbf6eb4a628b1a9578b8fce4794.zip | |
log test results and show summary at the end
Diffstat (limited to 'regress/simulation')
| -rw-r--r-- | regress/simulation/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 40b6ac43..54c829ab 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,7 +1,9 @@ # -# $FML: Makefile,v 1.51 2002/04/01 13:12:42 fukachan Exp $ +# $FML: Makefile,v 1.52 2002/04/11 10:13:43 fukachan Exp $ # +TMPFILE = /tmp/log.fml-devel.test + all: link clean: @@ -53,8 +55,13 @@ _link: diff: @ (cd ../..;cvs diff -ub) - test: + @ make _test 2>&1 | tee $(TMPFILE) + @ echo ""; echo "--- summary ---"; echo ""; + @ egrep '\* |fail *$$' $(TMPFILE) || echo '' + @ rm -f $(TMPFILE) + +_test: @ echo "* IO::* class test" @ apply perl IO/t/*pl @ test -d /tmp/fml5 || mkdir /tmp/fml5 |
