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

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