blob: ff0d2a80ad93082a0a0eccb414b4f648f2a875f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# $FML: Makefile,v 1.8 2002/04/18 14:18:06 fukachan Exp $
#
PERL = perl -I ../../fml/lib -I ../../cpan/lib -I ../../img/lib
test:
@ echo "* miscellaneous functions"
@ $(PERL) ../base/mime.pl
@ $(PERL) ../base/lock.pl
@ $(PERL) ../base/md5.pl
@ $(PERL) ../base/date2unixtime.pl
@ $(PERL) ../base/journaledfile.pl
@ $(PERL) ../base/journaleddir.pl
@ echo "* Mail::Message module IO test"
@ sh ../base/multipart_io.sh
@ sh ../base/multipart_maker.sh
|