提交 18cb0221 编写于 作者: M Matt Caswell

Skip the CMS tests if CMS is disabled

This fixes the no-cms compile time option.
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 83ae8124
......@@ -11,6 +11,9 @@ use OpenSSL::Test::Utils;
setup("test_cms");
plan skip_all => "CMS is not supported by this OpenSSL build"
if disabled("cms");
my $smdir = srctop_dir("test", "smime-certs");
my $smcont = srctop_file("test", "smcont.txt");
my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册