source: branches/stable/PERL_SCRIPTS/test/check_bioperl.pl

Last change on this file was 8318, checked in by westram, 12 years ago
  • repaired compile-tests for delivered perl-macros and -scripts
    • was broken by [6318]
    • now tests whether Lint/LintSubs? is installed
      • if not installed → accept failure
      • if installed → fail compilation if scripts do not compile
    • test whether Bioperl is installed
      • if not installed → accept failure on scripts in BIOPERL folder
      • if installed → fail compilation if scripts there do not compile
File size: 110 bytes
Line 
1#!perl
2# this script is used to test whether bioperl is installed
3use strict;
4use warnings;
5use Bio::TreeIO;
6
Note: See TracBrowser for help on using the repository browser.