[Bioperl-l] Installing all modules required for testing
Sendu Bala
bix at sendu.me.uk
Thu Jul 5 14:15:34 UTC 2007
Nathan S. Haigh wrote:
> Is there a way to install all the modules that are used in the tests? I
> mean there are cases where tests are skipped and pass if the required
> module for testing is not installed. Therefore, missing out a chunk of
> the tests. It would be desirable to be able to install all these modules
> in order to complete they whole test suite - any ideas if/how this can
> be done?
Yes, add them as recommended (or perhaps 'build_requires') modules in
Build.PL, then run Build.PL and install the modules when it asks you.
Everything should be in Build.PL already. If I missed something, please
add it.
More information about the Bioperl-l
mailing list