Latest update.
This commit is contained in:
@@ -16,9 +16,8 @@ use OpenSSL::Test qw/:DEFAULT data_file/;
|
||||
|
||||
setup("test_bn");
|
||||
|
||||
my @files = (
|
||||
"bnexp.txt", "bnmod.txt", "bnmul.txt", "bnshift.txt", "bnsum.txt"
|
||||
);
|
||||
my @files = qw( bnexp.txt bnmod.txt bnmul.txt bnshift.txt bnsum.txt bngcd.txt );
|
||||
|
||||
plan tests => 1 + scalar(@files);
|
||||
|
||||
foreach my $f ( @files ) {
|
||||
|
||||
Reference in New Issue
Block a user