Add recipes for misc other things we want to test
[openssl.git] / test / recipes / 90-test_heartbeat.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_heartbeat");
10
11 plan tests => 1;
12 ok(run(test(["heartbeat_test"])), "running heartbeat_test");