aboutsummaryrefslogtreecommitdiff
path: root/test/src/io/test_cli.c
Commit message (Collapse)AuthorAgeFilesLines
* Make config_t *cfg a global variable.J08nY2017-10-141-20/+10
| | | | | | The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
* Add tests for timeout option.J08nY2017-10-041-0/+10
|
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-301-13/+12
|
* Add tests for cli parsing.J08nY2017-08-301-0/+56