Updated test command line parsing to support commmon commands
authorShane Lontis <shane.lontis@oracle.com>
Thu, 16 Aug 2018 02:36:01 +0000 (12:36 +1000)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Feb 2019 14:31:51 +0000 (15:31 +0100)
commita43ce58f5569a160272c492c680f2e42d38ec769
treeacfaac32bee9b8e5dd832fbb49f95709c3b9741e
parent9d5560331d86c6463e965321f774e4eed582ce0b
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)
46 files changed:
apps/apps.c
apps/apps.h
apps/apps_ui.c [new file with mode: 0644]
apps/apps_ui.h [new file with mode: 0644]
apps/build.info
apps/fmt.c [new file with mode: 0644]
apps/fmt.h [new file with mode: 0644]
apps/opt.c
apps/opt.h [new file with mode: 0644]
test/asynciotest.c
test/bftest.c
test/bioprinttest.c
test/bntest.c
test/build.info
test/clienthellotest.c
test/cmsapitest.c
test/conf_include_test.c
test/curve448_internal_test.c
test/d2i_test.c
test/danetest.c
test/dtlstest.c
test/ecstresstest.c
test/evp_test.c
test/fatalerrtest.c
test/gosttest.c
test/ocspapitest.c
test/recipes/90-test_includes.t
test/recordlentest.c
test/ssl_test.c
test/ssl_test_ctx_test.c
test/sslapitest.c
test/sslbuffertest.c
test/sslcorrupttest.c
test/testutil.h
test/testutil/driver.c
test/testutil/main.c
test/testutil/options.c [new file with mode: 0644]
test/testutil/test_options.c [new file with mode: 0644]
test/testutil/tu_local.h
test/tls13ccstest.c
test/uitest.c
test/v3ext.c
test/verify_extra_test.c
test/x509_check_cert_pkey_test.c
test/x509_dup_cert_test.c
test/x509aux.c