19dd13e84SCy Schubert#! /usr/bin/env perl 29dd13e84SCy Schubert# Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. 39dd13e84SCy Schubert# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. 49dd13e84SCy Schubert# 59dd13e84SCy Schubert# Licensed under the Apache License 2.0 (the "License"). You may not use 69dd13e84SCy Schubert# this file except in compliance with the License. You can obtain a copy 79dd13e84SCy Schubert# in the file LICENSE in the source distribution or at 89dd13e84SCy Schubert# https://www.openssl.org/source/license.html 99dd13e84SCy Schubert 109dd13e84SCy Schubertuse OpenSSL::Test::Simple; 119dd13e84SCy Schubert 129dd13e84SCy Schubertsimple_test("test_sparse_array", "sparse_array_test"); 13