Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-25 | Use do-while instead of while in tests. | iphydf | |
This forces all the loop bodies to be executed at least once, which is harmless since it just means one more tox event loop iteration. This reduces the jitter we see in coverage measurements, which is partially caused by loops sometimes being entered and sometimes not (because their condition happens to randomly already be true). | |||
2018-07-21 | Avoid implementations in .h files or #including .c files. | iphydf | |
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file. | |||
2018-06-23 | Add assertions to bootstrap tests for correct connection type. | iphydf | |
2018-06-16 | Only check full rtp offset if RTP_LARGE_FRAME is set | Robin Lindén | |
2018-02-18 | Disable lan discovery in most tests. | iphydf | |