From f0276c8149a7a82646d29b183aa8fe254ce4b450 Mon Sep 17 00:00:00 2001 From: Jonathan Leto Date: Sun, 31 Aug 2008 12:33:48 -0700 Subject: [PATCH] Merge PowInt test files --- lib/Math/GSL/PowInt/Test.pm => t/PowInt.t | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename lib/Math/GSL/PowInt/Test.pm => t/PowInt.t (92%) diff --git a/lib/Math/GSL/PowInt/Test.pm b/t/PowInt.t similarity index 92% rename from lib/Math/GSL/PowInt/Test.pm rename to t/PowInt.t index b716919..811b98a 100644 --- a/lib/Math/GSL/PowInt/Test.pm +++ b/t/PowInt.t @@ -7,11 +7,8 @@ use Math::GSL qw/:all/; use Data::Dumper; use strict; -sub make_fixture : Test(setup) { -} - -sub teardown : Test(teardown) { -} +sub make_fixture : Test(setup) { } +sub teardown : Test(teardown) { } sub TEST_BASIC: Tests { my %results = ( @@ -39,4 +36,4 @@ sub TEST_NAN_INF : Tests { ); verify(\%results,'Math::GSL::PowInt'); } -42; +Test::Class->runtests; -- 2.11.4.GIT