summaryrefslogtreecommitdiff
path: root/auto_tests/conference_peer_nick_test.c
AgeCommit message (Collapse)Author
2018-07-22Run Clang global static analysis on Travis.iphydf
This uses a single .cc file containing almost all the code in the repository to perform whole program analysis.
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
Also, avoid the need for putting `_XOPEN_SOURCE` in every test file.
2018-07-06Add a test that reproduces the NULL peer nick bug.iphydf