ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/test/twigmaker
Revision: 1.2
Committed: Fri Sep 15 11:18:21 2000 UTC (24 years, 7 months ago) by williamc
Branch: MAIN
CVS Tags: v102p1, V1_0_1, V1_0_0, V1_pre0, SCRAM_V1, SCRAMV1_IMPORT, V0_19_7, V0_19_6, V0_19_6p1, V0_19_5, SFATEST, V0_19_4, V0_19_4_pre3, V0_19_4_pre2, V0_19_4_pre1, V0_19_3, V0_19_2, V0_19_1, V0_19_0, V0_18_5, V0_18_4, V0_18_2, V0_18_1
Branch point for: V1_pre1, SCRAM_V1_BRANCH, V0_19_4_B, V0_16branch
Changes since 1.1: +5 -58 lines
Log Message:
updates to setup environment

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);