894025c642
These recipes all correspond to a compiled test program. Reviewed-by: Rich Salz <rsalz@openssl.org>
12 lines
164 B
Perl
12 lines
164 B
Perl
#! /usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use Test::More;
|
|
use OpenSSL::Test;
|
|
|
|
setup("test_wp");
|
|
|
|
plan tests => 1;
|
|
ok(run(test(["wp_test"])), "running wp_test");
|