Rearrange test/recipes/95-test_*.t to use skip_all
[openssl.git] / test / recipes / tconversion.pl
index 1655cd483f0923b704b03e7c475f0ffe7c117cd4..1a308e20b87735fad088c98ef49e729644d0efff 100644 (file)
@@ -19,6 +19,7 @@ my %conversionforms = (
     # Default conversion forms.  Other series may be added with
     # specific test types as key.
     "*"                => [ "d", "p" ],
+    "msb"      => [ "d", "p", "msblob" ],
     );
 sub tconversion {
     my $testtype = shift;