• R
    Simplify very simple test recipes further. · 93de4f58
    Richard Levitte 提交于
    Very simple test recipes easily become tedious, so they might benefit
    from being made as simple as possible.  Therefore, OpenSSL::Test::Simple
    is born.  It currently provides but one function, simple_test(), which
    takes a minimum of two parameters (test name and program to run), with
    the optional third, being the algorithm to be checked for before
    running the test itself.
    
    All recipes with that simple thing to do have been rewritten to be as
    minimal as possible.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    93de4f58
05-test_bf.t 86 字节