June 27, 2007 | Component-Focused Testing | Back Next |
Some options are for re-running configuration steps
They have to be tested after Configure.pl has been run
Create t/postconfigure/ directory to hold such tests
Some tests appear twice, once pre-configuration ...
t/configure/18-revision.t
... and once post-configuration
t/postconfigure/03-revision.t
Use Test::More SKIP blocks to run the appropriate tests
Home Last TOC | Copyright © 2007 James E Keenan | Back Next |