1 package Math::GSL::Siman::Test;
2 use base q{Test::Class};
3 use Test::More tests => 1;
4 use Math::GSL qw/:all/;
5 use Math::GSL::Siman qw/:all/;
6 use Math::GSL::Test qw/:all/;
7 use Math::GSL::Errno qw/:all/;
11 BEGIN { gsl_set_error_handler_off(); }
13 sub make_fixture : Test(setup) {
16 sub teardown : Test(teardown) {
19 sub GSL_SIMAN : Tests {
23 Test::Class->runtests;