Test::Parser

Test::Parser is a collection of parsers for different test output file formats.
Download

Test::Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Bryce Harrington
  • Publisher web site:
  • http://search.cpan.org/~bryce/Test-Parser-1.5/lib/Test/Parser/KernelBuild.pm

Test::Parser Tags


Test::Parser Description

Test::Parser is a collection of parsers for different test output file formats. Test::Parser is a collection of parsers for different test output file formats.These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc.Test::Parser can also export tests in SpikeSource's TRPI test description XML language.Requirements:· PerlInstallation:To install the script and man pages in the standard areas, give the sequence of commands $ perl Makefile.PL $ make $ make test $ make install # you probably need to do this step as superuserIf you want to install the script in your own private space, use $ perl Makefile.PL PREFIX=/home/joeuser INSTALLMAN1DIR=/home/joeuser/man/man1 INSTALLMAN3DIR=/home/joeuser/man/man3 $ make $ make test $ make install # can do this step as joeuserNote that `make test` does nothing interesting.


Test::Parser Related Software