Codebase list bio-tradis / 3df54373-5a98-4dc6-89e6-19abf3425647/upstream t / requires_external.t
3df54373-5a98-4dc6-89e6-19abf3425647/upstream

Tree @3df54373-5a98-4dc6-89e6-19abf3425647/upstream (Download .tar.gz)

requires_external.t @3df54373-5a98-4dc6-89e6-19abf3425647/upstreamraw · 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);