The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

splitGDRTests.pl - Splits GDR test files. Splits out each test in a GDR .vb or .cs test file into a separate .cs or .vb file, each with a corresponding .resx file. The files are named after the corresponding tests. The output file name is a dummy parameter, used to determine the source code type of the output file, and the prefix applied to each file name.

eg splitGDRTests.pl -i myTest.cs -o split.vb

creates a .vb file for each test in myTest.cs, each file name beginning with 'split_'.

VERSION

1.0.3

USAGE

splitGDRTests.pl -i <infile> -o <outfile>

REQUIRED ARGUMENTS

-i[n][file] [=]<file>

Specify input file

-o[ut][file] [=]<file>

Specify output file

OPTIONS

-v[er][sion] [=]<outputversion>

Output version type

AUTHOR

Ded MedVed.

BUGS

Hopefully none.

COPYRIGHT

Copyright (c) 2012, Ded MedVed. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html)