105901b04Schristos#! /usr/bin/env perl
205901b04Schristos# Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
305901b04Schristos# Copyright 2017 [Ribose Inc.](https://www.ribose.com). All Rights Reserved.
405901b04Schristos#
5*66bae5e7Schristos# Licensed under the Apache License 2.0 (the "License").  You may not use
605901b04Schristos# this file except in compliance with the License.  You can obtain a copy
705901b04Schristos# in the file LICENSE in the source distribution or at
805901b04Schristos# https://www.openssl.org/source/license.html
905901b04Schristos
1005901b04Schristosuse strict;
1105901b04Schristosuse OpenSSL::Test;              # get 'plan'
1205901b04Schristosuse OpenSSL::Test::Simple;
1305901b04Schristosuse OpenSSL::Test::Utils;
1405901b04Schristos
1505901b04Schristossetup("test_internal_sm4");
1605901b04Schristos
1705901b04Schristossimple_test("test_internal_sm4", "sm4_internal_test", "sm4");
18