summaryrefslogtreecommitdiff
path: root/auto_tests/friend_request_test.c
AgeCommit message (Collapse)Author
2018-08-16Prune long long warnings.Leonid Bobrov
2018-08-13Fix some printf format specifiers.iphydf
2018-07-28auto_test fixture and filenameshugbubby
Renamed a poorly named test, fixed up a few printf statements, substituted some unsigned integers with fixed size counterparts, and implemmented the auto_run_test.h fixture for the lossy and lossless packet tests.
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-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Split up tox_test into multiple smaller testsRobin Lindén