xref: /src/crypto/openssl/test/recipes/02-test_priority_queue.t (revision e7be843b4a162e68651d3911f0357ed464915629)
109a25192SPierre Pronchery#! /usr/bin/env perl
209a25192SPierre Pronchery# Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
309a25192SPierre Pronchery#
409a25192SPierre Pronchery# Licensed under the Apache License 2.0 (the "License").  You may not use
509a25192SPierre Pronchery# this file except in compliance with the License.  You can obtain a copy
609a25192SPierre Pronchery# in the file LICENSE in the source distribution or at
709a25192SPierre Pronchery# https://www.openssl.org/source/license.html
809a25192SPierre Pronchery
909a25192SPierre Proncheryuse OpenSSL::Test;
1009a25192SPierre Proncheryuse OpenSSL::Test::Utils;
1109a25192SPierre Pronchery
1209a25192SPierre Proncherysetup("test_priority_queue");
1309a25192SPierre Pronchery
1409a25192SPierre Proncheryplan skip_all => "No priority queues tests without QUIC"
1509a25192SPierre Pronchery    if disabled("quic");
1609a25192SPierre Pronchery
1709a25192SPierre Proncheryplan tests => 1;
1809a25192SPierre Pronchery
1909a25192SPierre Proncheryok(run(test(["priority_queue_test"])));
20