diff options
| author | fukachan <fukachan> | 2001-09-30 23:07:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-09-30 23:07:25 +0000 |
| commit | 8b0fdad2c52396ab3d3aa21910302ad9994a76d7 (patch) | |
| tree | a47af6dbae97bc0fcd0fe5f70f6fffe27b8c310a | |
| parent | 17ef7e0f936582146439ab06f51b323afcf6647c (diff) | |
| download | fml8-8b0fdad2c52396ab3d3aa21910302ad9994a76d7.tar.gz fml8-8b0fdad2c52396ab3d3aa21910302ad9994a76d7.tar.bz2 fml8-8b0fdad2c52396ab3d3aa21910302ad9994a76d7.zip | |
add JournaledDir test
| -rw-r--r-- | regress/base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/base/Makefile b/regress/base/Makefile index 93ca43a7..a2097ea7 100644 --- a/regress/base/Makefile +++ b/regress/base/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.5 2001/07/08 14:02:01 fukachan Exp $ +# $FML: Makefile,v 1.6 2001/08/05 13:07:34 fukachan Exp $ # PERL = perl -I ../../fml/lib -I ../../cpan/lib -I ../../img/lib @@ -13,8 +13,9 @@ test: @ $(PERL) ../base/md5.pl @ echo "* FML::Date test" @ $(PERL) ../base/date2unixtime.pl - @ echo "* Tie::JournaledFile test" + @ echo "* Tie::Journaled{File,Dir} test" @ $(PERL) ../base/journaledfile.pl + @ $(PERL) ../base/journaleddir.pl @ echo "* Mail::Message module IO test" @ sh ../base/multipart_io.sh @ sh ../base/multipart_maker.sh |
