summaryrefslogtreecommitdiffstats
path: root/tests/cmdline.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-021-0/+1
| | | | | | | | Option can be used to filter out irrelevant tests usage: ./torture_pki '*ed25519' Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* Fixed compilation without argp.h availableAris Adamantiadis2011-01-131-0/+4
|
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-131-0/+67
| | | | Argp is really useful, but it's not mandatory.
* tests: Migrate the torture library to cmockery.Andreas Schneider2010-12-281-80/+0
|
* tests: Fixed cmdline parsing.Andreas Schneider2010-09-051-0/+1
|
* tests: Disable options parsing if argp isn't available.Andreas Schneider2010-09-031-1/+6
|
* Added verbosity flag for unit testsAris Adamantiadis2010-05-181-0/+11
|
* Added unit testing support using check.Andreas Schneider2010-03-021-0/+63