aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_idea.t
blob: 923c1e1e168c9f9bb93f661e88cafc37c8adbc1c (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_idea");

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