iphydf
0f7138c010
Upgrade bazel to 2.1.1.
...
Removed av_test, because it depends on an ancient opencv that starts to
really not exist on modern systems anymore.
2020-03-02 14:23:44 +00:00
Robin Linden
f6235b5f8d
Update tests to use a working bootstrap node
2019-11-02 15:35:21 +01:00
iphydf
605dfe882c
Consistently use camel case enum names.
...
Including in tests and implementation files.
2018-10-09 17:33:37 +00:00
iphydf
4f266f913d
Use a working DHT node for bootstrap tests.
...
A lot of bootstrap nodes are down :(.
2018-09-25 21:19:07 +00:00
iphydf
94b06818fb
Use do-while instead of while in tests.
...
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-08-25 15:25:33 +00:00
iphydf
7245ac11ef
Avoid implementations in .h files or #including .c files.
...
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
2018-07-21 20:44:26 +00:00
iphydf
e4462af919
Add assertions to bootstrap tests for correct connection type.
2018-06-23 14:05:56 +00:00
Robin Lindén
2f80e2206c
Only check full rtp offset if RTP_LARGE_FRAME is set
2018-06-16 22:50:07 +00:00
iphydf
3dc8cf6df8
Disable lan discovery in most tests.
2018-02-18 21:32:28 +00:00