toxcore/auto_tests
jfreegman b66165977e
fix issue with save_load autotest
The test explicitly wanted a UDP connection when a TCP connection would suffice. This
was a remnant of back when the test was part of a multi-purpose autotest that
didn't attempt to connect to TCP relays and needed a UDP connection specifically.
2021-11-25 15:32:29 -05:00
..
data
bootstrap_test.c
BUILD.bazel
check_compat.h
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_test.c
encryptsave_test.c
file_saving_test.c Fix tests involving reading/writing files failing on Windows 2020-11-21 13:02:31 +01:00
file_transfer_test.c
friend_connection_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
friend_request_test.c
invalid_tcp_proxy_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
invalid_udp_proxy_test.c
lan_discovery_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
lossless_packet_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
lossy_packet_test.c
Makefile.inc
messenger_test.c
network_test.c Avoid use of IPv6 in tests if not supported (e.g. on Travis). 2018-10-06 21:27:02 +00:00
onion_test.c
overflow_recvq_test.c
overflow_sendq_test.c
reconnect_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
run_auto_test.h
save_compatibility_test.c
save_friend_test.c
save_load_test.c
send_message_test.c
set_name_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
set_status_message_test.c
skeleton_test.c
tcp_relay_test.c
TCP_test.c
tox_many_tcp_test.c add undef guard in tox_many_tcp_test 2019-05-01 14:24:46 +02:00
tox_many_test.c
tox_one_test.c
tox_strncasecmp_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
toxav_basic_test.c
toxav_many_test.c
typing_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
version_test.c