Skip to content

Commit

Permalink
drop tests that require dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renormalist committed Sep 19, 2012
1 parent 588707b commit 7d898fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- drop tests that require dependencies

0.32 2012-09-18
- fix dependency cleanup, no more [AutoPrereqs]
Expand Down
8 changes: 0 additions & 8 deletions t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@

use Test::More;
use Data::YAML::Reader;
use Data::Dumper;

use_ok 'Benchmark::Perl::Formance';
use_ok 'Benchmark';
use_ok 'Time::HiRes';
use_ok 'File::ShareDir';
use_ok 'Data::YAML::Writer';
use_ok 'Data::Structure::Util';
use_ok 'File::Copy::Recursive';

my $out = qx"$^X -Ilib bin/benchmark-perlformance --fastmode --outstyle=yaml -c -p --plugins=Fib";
my $yr = Data::YAML::Reader->new;
Expand All @@ -26,7 +19,6 @@ $out = qx"$^X -Ilib bin/benchmark-perlformance --version -v";
like($out, qr/\(v\d.* Fib$/m, "plugin version Fib");
like($out, qr/\(v\d.* FibOO$/m, "plugin version FibOO");
like($out, qr/\(v\d.* Mem$/m, "plugin version Mem");
like($out, qr/\(v\d.* Prime$/m, "plugin version Prime");
like($out, qr/\(v\d.* Rx$/m, "plugin version Rx");
like($out, qr/\(v\d.* Shootout::fasta$/m, "plugin version Shootout::fasta");
like($out, qr/\(v\d.* Shootout::binarytrees$/m, "plugin version Shootout::binarytrees");
Expand Down

0 comments on commit 7d898fe

Please sign in to comment.