summaryrefslogtreecommitdiff
path: root/auto_tests/save_friend_test.c
AgeCommit message (Expand)Author
2018-10-09Consistently use camel case enum names.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-13Fix padding in SAVED_FRIEND struct and add test.Robin Lindén