aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/10-test_exp.t
blob: e7bad93f8a467ef1a9615c0a5aed30489c3268f9 (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_exp");

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