blob: a2097ea747fe020585eff07fe2d1750548b18792 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# $FML: Makefile,v 1.6 2001/08/05 13:07:34 fukachan Exp $
#
PERL = perl -I ../../fml/lib -I ../../cpan/lib -I ../../img/lib
test:
@ echo "* mime"
@ $(PERL) ../base/mime.pl
@ echo "* lock test"
@ $(PERL) ../base/lock.pl
@ echo "* checksum test"
@ $(PERL) ../base/md5.pl
@ echo "* FML::Date test"
@ $(PERL) ../base/date2unixtime.pl
@ 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
|