Adapt harness to the new TEST infrastructure
authorVincent Pit <perl@profvince.com>
Mon, 31 Aug 2009 17:01:50 +0000 (19:01 +0200)
committerVincent Pit <perl@profvince.com>
Mon, 31 Aug 2009 17:01:50 +0000 (19:01 +0200)
commit4013a0e1f891d6d7f41d456bab1a516334fddad8
tree6be00e91366b486a6ebdc259765791727339698c
parent79b01a68c72bb52b3469bd03bbe6d75bd93c9400
Adapt harness to the new TEST infrastructure

The new harness gathers the test options by calling _scan_test() and _cmd()
in the exec callback and, if needed, chdirs into the right ext/ subdirectory
in a parser_args callback and back to t/ when the parser is made.
t/harness