openssl/test/recipes/03-test_internal_sm3.t
杨明君 c3708f9f7a test: add sm3 low level test case to test suite.
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14271)
2021-06-21 11:34:16 +10:00

16 lines
579 B
Raku

#! /usr/bin/env perl
# Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
# Copyright 2021 [UnionTech](https://www.uniontech.com). All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
use OpenSSL::Test; # get 'plan'
use OpenSSL::Test::Simple;
setup("test_internal_sm3");
simple_test("test_internal_sm3", "sm3_internal_test", "sm3");