toxcore/auto_tests
iphydf a549807df7
refactor: Add mem module to allow tests to override allocators.
This will allow us to do more interesting things with memory allocation
within toxcore, and allow fuzzers to explore various allocation failure
paths.
2023-08-30 22:55:05 +00:00
..
data
announce_test.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
auto_test_support.c Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
auto_test_support.h
bootstrap_test.c Separate run_auto_tests into a library 2022-01-25 14:25:36 -05:00
BUILD.bazel Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
check_compat.h
CMakeLists.txt
conference_av_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
conference_double_invite_test.c
conference_invite_merge_test.c
conference_peer_nick_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
conference_simple_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
conference_test.c
conference_two_test.c
crypto_test.c
dht_getnodes_api_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
encryptsave_test.c
file_saving_test.c
file_transfer_test.c
forwarding_test.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
friend_connection_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
friend_request_spam_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
friend_request_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
group_general_test.c
group_invite_test.c
group_message_test.c
group_moderation_test.c
group_save_test.c Merge the remainder of the new groupchats implementation 2022-09-22 11:16:08 -04:00
group_state_test.c
group_sync_test.c
group_tcp_test.c
group_topic_test.c
invalid_tcp_proxy_test.c
invalid_udp_proxy_test.c
lan_discovery_test.c
lossless_packet_test.c
lossy_packet_test.c
Makefile.inc
network_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
onion_test.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
overflow_recvq_test.c
overflow_sendq_test.c
proxy_test.c test: Add mallocfail and proxy test to our coverage runs. 2022-02-25 01:55:28 +00:00
reconnect_test.c
save_compatibility_test.c cleanup: Remove all uses of TOX_*_MAX_SIZE macros. 2022-04-01 09:10:37 +00:00
save_friend_test.c
save_load_test.c
send_message_test.c chore: Support producing shared libraries on Windows 2022-04-03 23:04:11 +02:00
set_name_test.c
set_status_message_test.c
tcp_relay_test.c Separate run_auto_tests into a library 2022-01-25 14:25:36 -05:00
TCP_test.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
tox_dispatch_test.c refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
tox_events_test.c
tox_many_tcp_test.c feat: Add support for custom random number generator. 2022-04-01 14:06:05 +00:00
tox_many_test.c
tox_strncasecmp_test.c
toxav_basic_test.c
toxav_many_test.c refactor: Allow overriding mono_time in tox_new. 2022-04-03 22:48:16 +00:00
typing_test.c
version_test.c