1ef5fc3feSchristos#! /usr/bin/env perl
2cbe7d617Schristos# Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
3ef5fc3feSchristos#
4*66bae5e7Schristos# Licensed under the Apache License 2.0 (the "License").  You may not use
5ef5fc3feSchristos# this file except in compliance with the License.  You can obtain a copy
6ef5fc3feSchristos# in the file LICENSE in the source distribution or at
7ef5fc3feSchristos# https://www.openssl.org/source/license.html
8ef5fc3feSchristos
9ef5fc3feSchristos
10cbe7d617Schristosuse OpenSSL::Test qw/:DEFAULT srctop_dir/;
11ef5fc3feSchristos
12ef5fc3feSchristossetup("test_verify_extra");
13ef5fc3feSchristos
14ef5fc3feSchristosplan tests => 1;
15ef5fc3feSchristos
16ef5fc3feSchristosok(run(test(["verify_extra_test",
17cbe7d617Schristos             srctop_dir("test", "certs")])));
18