summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/options/optionstest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use %zu to print a size_t.kettenis2017-04-161-2/+2
|
* Make it obvious which openssl test complained and whether it was expected.doug2015-01-221-2/+5
| | | | ok bcook@
* Add regress tests for default option handling.jsing2014-12-281-1/+48
|
* Add regress tests for multiple argument callback functions.jsing2014-12-281-1/+38
|
* Add option parsing regress tests with end of options handling.jsing2014-12-281-17/+50
|
* Add regress tests for option parsing with multiple unnamed arguments.jsing2014-12-281-3/+45
|
* Update regress to match change in unnamed argument handling.jsing2014-12-281-6/+5
|
* Update options regress to match option function pointer change.jsing2014-12-281-4/+4
|
* Provide initial regress tests for the complex option parsing that is neededjsing2014-12-281-0/+219
for openssl(1), which is also variable in behaviour between applications (and currently inconsistent).