diff options
| author | fukachan <fukachan> | 2004-05-19 14:20:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-05-19 14:20:26 +0000 |
| commit | 927498ed2cf9712e4f58cea66bd94198fe5ba348 (patch) | |
| tree | 91256289e153d485dd2a2dd1f27452ea7c2b0f4d | |
| parent | d24a742ebfc43017c92cb94e31035c99696aae35 (diff) | |
| download | fml8-927498ed2cf9712e4f58cea66bd94198fe5ba348.tar.gz fml8-927498ed2cf9712e4f58cea66bd94198fe5ba348.tar.bz2 fml8-927498ed2cf9712e4f58cea66bd94198fe5ba348.zip | |
check fml/share/message too.
| -rw-r--r-- | regress/simulation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index f9030989..5335fa2c 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.76 2004/01/04 13:37:55 fukachan Exp $ +# $FML: Makefile,v 1.77 2004/03/12 11:47:42 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -53,6 +53,9 @@ check: egrep '\.pm$$' ` |\ sed -e 's@^lib//@@' -e 's@^lib/@@' |\ tee 44_STYLE + @ echo "-- check messages" + @ (cd ../../fml/share/message; sh .diag.sh ) + @ echo "-- clean up." - test -s 33_TODO || rm -f 33_TODO - test -s 44_STYLE || rm -f 44_STYLE @ echo ""; echo "-- summary"; echo ""; |
