Skip to content
Snippets Groups Projects
easyargv.t 121 B
Newer Older
use strict;
use Test;

BEGIN { $| = 1; plan tests => 1;}

use Bio::EnsEMBL::Utils::EasyArgv;
ok(1);

my @argv = @ARGV;