test/recipes/02-test_ordinals.t: Take '?' and '?+' into account
[openssl.git] / test / recipes / 10-test_bn.t
index 0d6932fe6986e68c4e4c220bac0e0d8f2b8f0d1b..bdccce14d31578338bc35ec3f0a1baf0bbf204e8 100644 (file)
@@ -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 ) {