aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: cleanup code styleJason A. Donenfeld2020-03-302-17/+22
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* tunnel: Add an initial set of unit testsHarsh Shandilya2020-03-1412-0/+302
Includes a control set of broken configuration files that we attempt to parse and verify that the parser fails in a predictable and consistent manner. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>