X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F99-test_fuzz_v3name.t;fp=test%2Frecipes%2F99-test_fuzz_v3name.t;h=2c586501be1e5d1e75ee7502ae96c69d65f8afab;hp=0000000000000000000000000000000000000000;hb=55aab29c1ea2b8103aa0f0ecb20c058ff200fe27;hpb=1735531c8ba7542e5fb2fe2f0becddb595955ace diff --git a/test/recipes/99-test_fuzz_v3name.t b/test/recipes/99-test_fuzz_v3name.t new file mode 100644 index 0000000000..2c586501be --- /dev/null +++ b/test/recipes/99-test_fuzz_v3name.t @@ -0,0 +1,22 @@ +#!/usr/bin/env perl +# Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the Apache License 2.0 (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html + +use strict; +use warnings; + +use OpenSSL::Test qw/:DEFAULT srctop_file/; +use OpenSSL::Test::Utils; + +my $fuzzer = "v3name"; +setup("test_fuzz_${fuzzer}"); + +plan tests => 2; # one more due to below require_ok(...) + +require_ok(srctop_file('test','recipes','fuzz.pl')); + +fuzz_ok($fuzzer);