summaryrefslogtreecommitdiff
path: root/test/recipes/05-test_rc2.t
blob: 056067faedf92b2cc4cdc652f5b68ffa303121e2 (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_rc2");

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