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.