summaryrefslogtreecommitdiff
path: root/auto_tests/run_auto_test.h
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/run_auto_test.h
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/run_auto_test.h')
-rw-r--r--auto_tests/run_auto_test.h3
1 files changed, 3 insertions, 0 deletions
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 @@
1#include <stdlib.h> // calloc, free
2
3#include "check_compat.h"
1#include "helpers.h" 4#include "helpers.h"
2 5
3static bool all_connected(uint32_t tox_count, Tox **toxes) 6static bool all_connected(uint32_t tox_count, Tox **toxes)