Commit bec5e4ae authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't perform tsa tests if configured "no-ts"



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 1c0e7dad
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,9 +7,13 @@ use POSIX;
use File::Spec::Functions qw/splitdir curdir catfile/;
use File::Compare;
use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file/;
use OpenSSL::Test::Utils;

setup("test_tsa");

plan skip_all => "TS is not supported by this OpenSSL build"
    if disabled("ts");

# All these are modified inside indir further down. They need to exist
# here, however, to be available in all subroutines.
my $testtsa;