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:
Shane Lontis 2018-08-16 12:36:01 +10:00 committed by Richard Levitte
parent 9d5560331d
commit a43ce58f55
46 changed files with 1401 additions and 875 deletions

View file

@ -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)))