1*c9488674SCy Schubert#! /usr/bin/env perl
2*c9488674SCy Schubert# Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
3*c9488674SCy Schubert# Copyright (c) 2019, Oracle and/or its affiliates.  All rights reserved.
4*c9488674SCy Schubert#
5*c9488674SCy Schubert# Licensed under the Apache License 2.0 (the "License").  You may not use
6*c9488674SCy Schubert# this file except in compliance with the License.  You can obtain a copy
7*c9488674SCy Schubert# in the file LICENSE in the source distribution or at
8*c9488674SCy Schubert# https://www.openssl.org/source/license.html
9*c9488674SCy Schubert
10*c9488674SCy Schubertuse OpenSSL::Test::Simple;
11*c9488674SCy Schubert
12*c9488674SCy Schubertsimple_test("test_sparse_array", "sparse_array_test");
13