From 597f23bdd99e0962a6912231938543b42e6f43ab Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 4 Jul 2018 14:42:02 +0000 Subject: 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. --- auto_tests/run_auto_test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto_tests/run_auto_test.h') diff --git a/auto_tests/run_auto_test.h b/auto_tests/run_auto_test.h index 6ae8ad6a..a4c638ff 100644 --- a/auto_tests/run_auto_test.h +++ b/auto_tests/run_auto_test.h @@ -1,3 +1,6 @@ +#include // calloc, free + +#include "check_compat.h" #include "helpers.h" static bool all_connected(uint32_t tox_count, Tox **toxes) -- cgit v1.2.3