Commit a00c84f6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Have OpenSSL::Test handle perl scripts like any program



Since we're building some of our perl scripts and the result might not
end up in apps/ (*), we may need to treat them like the compile
programs we use for testing.

This introduces perlapp() and perltest(), which behave like app() and
test(), but will add the perl executable in the command line.

-----

(*) For example, with a mk1mf build, the result will end up in $(BIN_D)

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent a18a31e4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment