Updated test command line parsing to support commmon commands
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6975)
This commit is contained in:
parent
9d5560331d
commit
a43ce58f55
46 changed files with 1401 additions and 875 deletions
|
@ -240,6 +240,8 @@ end:
|
|||
return testresult;
|
||||
}
|
||||
|
||||
OPT_TEST_DECLARE_USAGE("sessionfile\n")
|
||||
|
||||
int setup_tests(void)
|
||||
{
|
||||
if (!TEST_ptr(sessionfile = test_get_argument(0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue