toxcore/auto_tests
iphydf 54066f338f
Reduce the number of times unix_time_update is called.
Reduced by, e.g.:
* `file_transfer_test`: 33% of the `clock_gettime` calls.
* `tox_many_test`: 53% of the `clock_gettime` calls.

Other tests will see similar improvements. Real world applications will
be closer to 40-50% improvement, since tox_many_test has 100 nodes, while
file_transfer_test has 2 nodes.
2018-08-16 21:01:38 +00:00
..
bootstrap_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
BUILD.bazel Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
check_compat.h Add test for creating multiple conferences in one tox. 2018-06-19 21:00:26 +00:00
conference_double_invite_test.c Fix a few warnings from clang. 2018-08-12 14:09:59 +00:00
conference_peer_nick_test.c Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
conference_simple_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
conference_test.c add callback for successful connection to a conference 2018-08-12 22:46:06 +02:00
conference_two_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
crypto_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
dht_test.c Reduce the number of times unix_time_update is called. 2018-08-16 21:01:38 +00:00
encryptsave_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
file_saving_test.c Limit the size of a save file in file_saving_test. 2018-08-16 10:15:01 +00:00
file_transfer_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
friend_connection_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
friend_request_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
invalid_tcp_proxy_test.c auto_test fixture and filenames 2018-07-28 16:14:06 +00:00
invalid_udp_proxy_test.c auto_test fixture and filenames 2018-07-28 16:14:06 +00:00
lan_discovery_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
lossless_packet_test.c auto_test fixture and filenames 2018-07-28 16:14:06 +00:00
lossy_packet_test.c auto_test fixture and filenames 2018-07-28 16:14:06 +00:00
Makefile.inc Fix autotools build 2018-07-30 12:48:21 +00:00
messenger_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
network_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
onion_test.c Reduce the number of times unix_time_update is called. 2018-08-16 21:01:38 +00:00
overflow_recvq_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
overflow_sendq_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
run_auto_test.h Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
save_friend_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
save_load_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
send_message_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
set_name_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
set_status_message_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
skeleton_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
tcp_relay_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
TCP_test.c Reduce the number of times unix_time_update is called. 2018-08-16 21:01:38 +00:00
tox_many_tcp_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
tox_many_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
tox_one_test.c Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
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 Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
toxav_many_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
typing_test.c Prune long long warnings. 2018-08-16 09:57:37 +00:00
version_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00