NAME
runGDRTests.pl - Runs GDR test files. Runs multiple input files, mixes vb and cs sources, can run setup and teardown once per run, once per test file or for each test.
VERSION
1.3.10
USAGE
runGDRTests.pl -i <infile> -c <odbc connection> [options]
REQUIRED ARGUMENTS
- -c[onnection] [=]<dsn>
-
Specify ODBC connection for Test script
- -i[n][file] [=]<file>
-
Specify input file
OPTIONS
- -pc[onnection] [=]<dsn>
-
Specify privileged ODBC connection for Setup/Teardown scripts
- --[no]ReInit
-
[Don't] run initialisation and cleanup code for each test. Perform once only for each run. (Or per test file if not compatible across files.)
- --[no]Warn
-
[Don't] warn of disabled test conditions.
- --[no]Debug
-
[Don't] print failing test SQL
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)