Add some # of tests and todo-ify FFT test
[Math-GSL.git] / t / 00-load.t
blob846b609d48a601cd5a137c715c61c2ded328e1a9
1 use Test::More 'no_plan';
2 use Config;
3 use File::Spec::Functions;
4 use lib catfile 'blib', 'lib';
6 BEGIN {
7         use_ok( 'Math::GSL' );
8     map { use_ok("Math::GSL::$_") } Math::GSL->new->subsystems;
12 my $arch = $Config{archname};
13 diag( "Testing Math::GSL " . $Math::GSL::VERSION . " on $arch, Perl ($^X) $]" );