summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_srp.t
blob: 962402043c7c0723c7905b772c9a16700874b5cc (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_srp");

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