NAME
ct-build - build (and run) your tests
VERSION
version 0.14
SYNOPSIS
ct-init [options]
Options:
-help this help message
-man full documentation
-dir directory to read CT files (defaults to: $PWD/ct/)
-out directory to write tests files (defaults to: $PWD/t/)
-p
-prove run prove command after compiling tests.
-prove_args arguments to pass to prove. defaults to '-lv'
-c
-check-syntax check syntax on scripts written
note: you may NEVER do "use strict" by yourself
this will make this verification fail every time!
-no-c
-no-check-syntax disable syntax checking
DESCRIPTION
ct-init will create a new Test::CT directory from interative input.
NAME
ct-build - Compile a CT Directory into tests files.
ABSTRACT
Compile a CT Directory into tests files.
OPTIONS
- -help
-
Print a brief help message and exits.
- -man
-
Prints the manual page and exits.
- -dir
-
Directory to read files from CT defaults to: $PWD/ct/
- -out
-
Directory to write tests files generated from CT Directory defaults to: $PWD/t/
AUTHOR
Renato Cron <rentocron@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Renato Cron.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.