Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a test for misc.c:argv_split(), currently fails | 2021-03-19 | 3 | -2/+144 | |
| | |||||
* | split | 2021-03-19 | 5 | -151/+235 | |
| | |||||
* | Change types in convtime() unit test to int to match change its new type. | 2021-01-15 | 1 | -16/+27 | |
| | | | | | Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@ | ||||
* | Update unittests for addr.c/addrmatch.c split. | 2021-01-09 | 1 | -1/+2 | |
| | |||||
* | few more things needs match.c and addrmatch.c now that log.c | 2020-10-16 | 1 | -1/+3 | |
| | | | | calls match_pattern_list() | ||||
* | Add regression and unit tests for ${ENV} style environment variable | 2020-05-29 | 1 | -3/+66 | |
| | | | | expansion in various keywords (bz#3140). ok djm@ | ||||
* | Unit test for convtime. ok djm@ | 2020-05-29 | 1 | -1/+20 | |
| | |||||
* | Test did not compile due to missing symbols. Add source sshbuf-misc.c | 2019-08-22 | 1 | -4/+11 | |
| | | | | | to regress as it was done in ssh make file. from Moritz Buhl | ||||
* | Add unit tests for user@host and URI parsing. | 2019-04-28 | 2 | -0/+95 | |