• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H10-Jul-2008-2420

lib/Test/H10-Jul-2008-6,1333,240

scripts/H10-Jul-2008-539292

t/H03-May-2022-564381

ChangeLogH A D09-Feb-20082 KiB6855

INSTALLH A D06-Dec-20061,015 4427

MANIFESTH A D07-Jul-20081.3 KiB6766

META.ymlH A D10-Jul-2008472 1614

Makefile.PLH A D10-Jul-20081.1 KiB3126

READMEH A D06-Dec-20061.6 KiB4332

README

1Test::Parser is a collection of parsers for different test output file
2formats. These parse the data into a general purpose data structure that
3can then be used to create reports, do post-processing analysis, etc. It
4can also export tests in SpikeSource's TRPI test description XML language.
5
6Every test seems to have its own unique output format.  This isn't a
7problem if you only need to deal with results from one or two tests, but
8the more tests you want to work with, the more tiresome it gets to
9create parsers for the formats.  This package aims to solve this problem
10by providing a collection point for test parsers, and implementing a
11standardized output format that can be relied on for creation of test
12reports.  We hope to gain the following benefits:
13
14   - Uniformity in dealing with test parsing
15   - Easier, more flexible and professional reports, eventually including
16        - Analysis
17        - Plotting
18        - Diffs/Comparisons
19        - Easy unit conversions
20        - Ease of dealing with complex data
21        - Searching/Querying
22   - Easier data exchange between testing organisations
23
24
25For more information on how to use the script, see the pod documentation
26via the command
27  perldoc Test-Parser
28or, after installation, view the man pages with
29  man Test-Parser
30
31For instructions on how to install the script, see the
32file INSTALL.
33
34Problems, questions, etc. may be sent to bryce@bryceharrington.org.
35
36Test-Parser is Copyright (c) 2006, by Bryce Harrington.
37All rights reserved. You may distribute this code under the terms
38of either the GNU General Public License or the Artistic License,
39as specified in the Perl README file.
40
41
42
43