Skip Menu |

This queue is for tickets about the Test-Program CPAN distribution.

Report information
The Basics
Id: 18336
Status: new
Priority: 0/
Queue: Test-Program

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.01
Fixed in: (no value)



Subject: Provide a one-shot function that tests all programs
Once we have tests for the various program testing vectors you are implementing, the obvious next step would seem to be to take an entire directory of bin tools and do all of them in one step. I guess the obvious one would be a all_programs_compile() function :) Which would fine all the programs in a named directory that start with #!(something)perl and run the tests on them. And from there, it should be pretty easy to derive a standard boilerplate bin-testing test script to put into the distributions of those that have them.