diff options
author | David Mitchell <davem@iabyn.com> | 2009-01-03 13:38:16 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-01-03 13:38:16 +0000 |
commit | 0c429c7857dc17d863b0f599b99cd7e16e6d865f (patch) | |
tree | b477f94e58680adc5f5c1cd1633457c8446adc0f /Porting/testall.atom | |
parent | aea323039bd02667df3bd60d27358d65842cd171 (diff) | |
download | perl-0c429c7857dc17d863b0f599b99cd7e16e6d865f.tar.gz |
Add some basic decriptions and/or usage info to some Porting/ scripts
Diffstat (limited to 'Porting/testall.atom')
-rw-r--r-- | Porting/testall.atom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/testall.atom b/Porting/testall.atom index a709cfdb01..8796f08f2b 100644 --- a/Porting/testall.atom +++ b/Porting/testall.atom @@ -1,7 +1,7 @@ #!/bin/sh # -# testall.atom +# testall.atom - test suite profiling on Tru 64 # # This script creates all.Counts file that can be fed to prof(1) # to produce various basic block counting profiles. |