toxcore/auto_tests
iphydf 1e8fa85aad
Add a monolith_test that includes all toxcore sources.
This requires that every symbol, even if static (file-scope), is unique.
The idea is that we can easily run "whole" program static analysis on
programs that include monolith.h ("whole" is in quotes, as we don't
include dependencies like libsodium in this static analysis).
2017-06-04 17:48:23 +00:00
..
conference_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
crypto_test.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
dht_test.c Add test for DHT pack_nodes and unpack_nodes 2017-04-13 20:25:19 +00:00
encryptsave_test.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00
file_saving_test.c Make variable names in file saving test less cryptic. 2017-05-13 22:59:50 +02:00
helpers.h Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
Makefile.inc Test for memberlist not changing after changing own name. 2017-06-04 13:40:44 +00:00
messenger_test.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00
monolith_test.c Add a monolith_test that includes all toxcore sources. 2017-06-04 17:48:23 +00:00
network_test.c Add part of platform-independent network API implementation 2017-02-26 23:16:16 +03:00
onion_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
resource_leak_test.c Add platform-independent Socket and IP implementation 2017-01-26 23:11:15 +03:00
save_friend_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
selfname_change_conference_test.c Test for memberlist not changing after changing own name. 2017-06-04 13:40:44 +00:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
tox_many_tcp_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
tox_many_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
tox_one_test.c Add VLA compatibility macro for C89-ish compilers. 2017-01-28 20:49:12 +00:00
tox_strncasecmp_test.c Add test for tox_strncasecmp() 2017-03-01 20:43:30 -05:00
tox_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
toxav_basic_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
toxav_many_test.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
version_test.c Fix version compatibility test. 2016-12-13 02:06:25 +00:00