summaryrefslogtreecommitdiff
path: root/auto_tests/overflow_recvq_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-04 14:42:02 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-05 23:41:27 +0000
commit597f23bdd99e0962a6912231938543b42e6f43ab (patch)
tree52dad44ceced79bd333f538739b7169fca3a9f1e /auto_tests/overflow_recvq_test.c
parent8739f7fccb7cafc54ca0f5fa074c9a740f7048ba (diff)
Use run_auto_test.h test fixture for some auto-tests.
Most of the auto-tests should use this fixture, but I've only done a few to set an example.
Diffstat (limited to 'auto_tests/overflow_recvq_test.c')
-rw-r--r--auto_tests/overflow_recvq_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto_tests/overflow_recvq_test.c b/auto_tests/overflow_recvq_test.c
index 3227c5f4..cdad2442 100644
--- a/auto_tests/overflow_recvq_test.c
+++ b/auto_tests/overflow_recvq_test.c
@@ -5,9 +5,7 @@
5#define _XOPEN_SOURCE 600 5#define _XOPEN_SOURCE 600
6#endif 6#endif
7 7
8#include "check_compat.h" 8#include <stdint.h>
9
10#include "../toxcore/tox.h"
11 9
12typedef struct State { 10typedef struct State {
13 uint32_t index; 11 uint32_t index;