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

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

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