1ef5fc3feSchristos#! /usr/bin/env perl
2ef5fc3feSchristos# Copyright 2015-2016 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
10ef5fc3feSchristosuse OpenSSL::Test::Simple;
11ef5fc3feSchristos
12ef5fc3feSchristossimple_test("test_v3name", "v3nametest");
13