aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/link_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix check in link_testMartin Braun2021-08-311-2/+2
| | | | | | | | The test_recv_get_release test should be checking received packets had the same content as they did on send(), but was instead assigning to the received buffer. Shoutouts to GitHub user johnwstanford for pointing out the issue.
* tests: add mock transport implementation and testCiro Nishiguchi2019-11-261-0/+162
Add test for transports using mock transports