ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/test/twigmaker
Revision: 1.2.2.1
Committed: Thu Nov 2 17:38:00 2000 UTC (24 years, 6 months ago) by williamc
Branch: V0_16branch
CVS Tags: BuildSystemProto1, V0_18_0, V0_18_0alpha
Changes since 1.2: +0 -0 lines
Log Message:
Add tests

File Contents

# User Rev Content
1 williamc 1.1 #
2     # twigmaker - a substitue compiler for testing make rules
3     # use :
4     # perl twigmaker outfile infiles
5     #
6 williamc 1.2 # - interface
7     # filedate(file) : return the date of the given file stored in twig
8     # contents() : retunr list of all elements in twig
9 williamc 1.1
10 williamc 1.2 use BuildSystem::test::twigmaker;
11 williamc 1.1 use FileHandle;
12    
13 williamc 1.2 $self=BuildSystem::test::twigmaker->new();
14 williamc 1.1 $self->maketwig(@ARGV);