toxcore/auto_tests
iphydf 83d4857f08
Fix operation sequencing in TCP_test.
The expression was fun(foo = bar, foo). The evaluation order is unspecified,
and often this will do the wrong thing. We should forbid side effects in
argument lists and conditionals.
2016-08-19 19:46:23 +01:00
..
assoc_test.c Fix some compiler warnings. 2016-08-18 17:10:15 +01:00
crypto_test.c Realised there was no test to test these functions. 2016-01-30 21:56:54 -05:00
dht_test.c Fix some compiler warnings. 2016-08-18 17:10:15 +01:00
encryptsave_test.c Fix some compiler warnings. 2016-08-18 17:10:15 +01:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Add and use CMake build script 2016-08-12 01:13:11 +01:00
messenger_test.c Changed gramatically incorrect comment in messenger_test 2015-10-23 22:54:22 +02:00
network_test.c Move argument comments to the end of line 2016-02-27 14:32:49 -05:00
onion_test.c Fix some compiler warnings. 2016-08-18 17:10:15 +01:00
skeleton_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
TCP_test.c Fix operation sequencing in TCP_test. 2016-08-19 19:46:23 +01:00
tox_test.c Make friend_status_message callback stateless. 2016-08-18 17:19:23 +01:00
toxav_basic_test.c Make self_connection_status callback stateless. 2016-08-17 14:57:20 +01:00
toxav_many_test.c Make self_connection_status callback stateless. 2016-08-17 14:57:20 +01:00