toxcore/auto_tests
iphydf f39aac09e6
feat: Allow custom network functions.
The idea here is to have a `Network` object that contains functions for
network operations and an optional userdata object that can manage those
network operations. This allows e.g. a fuzzer to replace the network
functions with no-ops or fuzzer inputs, reducing the need for `#ifdef`s.
2022-03-29 22:03:26 +00:00
..
data
auto_test_support.c feat: Allow custom network functions. 2022-03-29 22:03:26 +00:00
auto_test_support.h
bootstrap_test.c
BUILD.bazel
check_compat.h
CMakeLists.txt
conference_av_test.c
conference_double_invite_test.c
conference_invite_merge_test.c
conference_peer_nick_test.c
conference_simple_test.c
conference_test.c
conference_two_test.c
crypto_test.c
dht_getnodes_api_test.c
encryptsave_test.c
file_saving_test.c
file_transfer_test.c
friend_connection_test.c
friend_request_spam_test.c
friend_request_test.c
invalid_tcp_proxy_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
invalid_udp_proxy_test.c
lan_discovery_test.c
lossless_packet_test.c
lossy_packet_test.c
Makefile.inc
network_test.c cleanup: Make addr_resolve a private function. 2022-03-27 20:10:42 +00:00
onion_test.c
overflow_recvq_test.c Fix some minor issues with autotests 2022-01-26 10:27:41 -05:00
overflow_sendq_test.c
proxy_test.c
reconnect_test.c
save_compatibility_test.c
save_friend_test.c
save_load_test.c
send_message_test.c
set_name_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
set_status_message_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
tcp_relay_test.c
TCP_test.c
tox_dispatch_test.c
tox_events_test.c
tox_many_tcp_test.c
tox_many_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
tox_strncasecmp_test.c
toxav_basic_test.c refactor: Move tox_new_log to auto_test_support. 2022-02-21 17:39:10 +00:00
toxav_many_test.c
typing_test.c
version_test.c