summaryrefslogtreecommitdiff
path: root/auto_tests/overflow_recvq_test.c
AgeCommit message (Collapse)Author
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-05Use run_auto_test.h test fixture for some auto-tests.iphydf
Most of the auto-tests should use this fixture, but I've only done a few to set an example.
2018-06-29Add a test to try and overflow the send queue in net_crypto.iphydf