Add math tests recipes
[openssl.git] / test / recipes / 10-test_exp.t
1 #! /usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use OpenSSL::Test;
8
9 setup("test_exp");
10
11 plan tests => 1;
12 ok(run(test(["exptest"])), "running exptest");