summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_constant_time.t
blob: 4bdd0a08d0e28058a690973d3652d3de47bf2599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/perl

use strict;
use warnings;

use Test::More;
use OpenSSL::Test;

setup("test_constant_time");

plan tests => 1;
ok(run(test(["constant_time_test"])), "running constant_time_test");