Codebase list bio-tradis / debian/latest t / requires_external.t
debian/latest

Tree @debian/latest (Download .tar.gz)

requires_external.t @debian/latestraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env perl

use Test::Most;
plan tests => 6;
bail_on_fail if 0;
use Env::Path 0.18 'PATH';

ok(scalar PATH->Whence($_), "$_ in PATH") for qw(awk samtools gunzip gzip smalt tabix);