libcryptx-perl/t/mbi_ltm_01load.t

14 lines
317 B
Perl
Raw Normal View History

2018-03-22 15:51:09 +01:00
#!perl
use strict; # restrict unsafe constructs
use warnings; # enable optional warnings
use Test::More tests => 2;
BEGIN {
use_ok('Math::BigInt::LTM');
use_ok('Math::BigInt'); # Math::BigInt is required for the tests
};
2018-03-22 15:54:03 +01:00
diag "Math::BigInt VERSION=$Math::BigInt::VERSION\n";