toxcore/auto_tests
irungentoo 5770a0e29a Merge branch 'api-fix'
Main changes:
1. Strings no longer need to be NULL terminated.
2. tox_get_friend_id is now named tox_get_friend_number.
3. The friend request callback function is now (Tox *tox, uint8_t *,
uint8_t *, uint16_t, void *), the Tox object pointer has been added to
it.
2014-03-18 20:02:50 -04:00
..
assoc_test.c Astyled the code. 2013-12-16 20:49:24 -05:00
crypto_test.c Added function to save an encrypted version of the messenger. 2013-12-21 22:35:27 -05:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
Makefile.inc Added onion.c to build system and added a test. 2013-12-31 23:18:37 -05:00
messenger_test.c fixed build. 2014-02-22 11:52:46 -05:00
network_test.c Astyled and added tests. 2014-02-18 13:49:17 -05:00
onion_test.c Fixed onion test. 2014-02-27 16:59:17 -05:00
skeleton_test.c Reduce duplicate data. Add a mostly empty skeleton test. 2013-11-06 20:32:19 +01:00
TCP_test.c A bit of work done on the TCP relay server. 2014-03-14 14:12:35 -04:00
tox_test.c Merge branch 'api-fix' 2014-03-18 20:02:50 -04:00