1351278Sdim#! /usr/bin/env perl
2351278Sdim# Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
3351278Sdim# Copyright (c) 2019, Oracle and/or its affiliates.  All rights reserved.
4351278Sdim#
5351278Sdim# Licensed under the Apache License 2.0 (the "License").  You may not use
6351278Sdim# this file except in compliance with the License.  You can obtain a copy
7351278Sdim# in the file LICENSE in the source distribution or at
8351278Sdim# https://www.openssl.org/source/license.html
9351278Sdim
10351278Sdimuse OpenSSL::Test::Simple;
11351278Sdim
12351278Sdimsimple_test("test_sparse_array", "sparse_array_test");
13351278Sdim