xref: /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/02-test_stack.t (revision 4724848cf0da353df257f730694b7882798e5daf)
1*4724848cSchristos#! /usr/bin/env perl
2*4724848cSchristos# Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
3*4724848cSchristos# Copyright (c) 2017, Oracle and/or its affiliates.  All rights reserved.
4*4724848cSchristos#
5*4724848cSchristos# Licensed under the OpenSSL license (the "License").  You may not use
6*4724848cSchristos# this file except in compliance with the License.  You can obtain a copy
7*4724848cSchristos# in the file LICENSE in the source distribution or at
8*4724848cSchristos# https://www.openssl.org/source/license.html
9*4724848cSchristos
10*4724848cSchristosuse OpenSSL::Test::Simple;
11*4724848cSchristos
12*4724848cSchristossimple_test("test_stack", "stack_test");
13