NAME
disableGDRTestCondition.pl - Disable/Enable Test Conditions in a GDR Unit Test file.
VERSION
1.1.0
USAGE
disableGDRTestCondition.pl -i <file> -o <file> [options]
REQUIRED ARGUMENTS
OPTIONS
- -v[er][sion] [=]<outputversion>
-
Output version type
- -e[n][able] [=]<enable_re>
-
Specify condition name to enable ( as perl RE )
- -d[is][able] [=]<disable_re>
-
Specify condition name to disable ( as perl RE )
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)