summaryrefslogtreecommitdiff
path: root/auto_tests/friend_connection_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/friend_connection_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/friend_connection_test.c')
-rw-r--r--auto_tests/friend_connection_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/auto_tests/friend_connection_test.c b/auto_tests/friend_connection_test.c
index 7af1b575..13d08b65 100644
--- a/auto_tests/friend_connection_test.c
+++ b/auto_tests/friend_connection_test.c
@@ -9,9 +9,7 @@
9#define _XOPEN_SOURCE 600 9#define _XOPEN_SOURCE 600
10#endif 10#endif
11 11
12#include "check_compat.h" 12#include <stdint.h>
13
14#include "../toxcore/tox.h"
15 13
16typedef struct State { 14typedef struct State {
17 uint32_t index; 15 uint32_t index;