toxcore/auto_tests
iphydf 0d347c2b2e
Minor cleanups: unused vars, unreachable code, static globals.
- All global variables should be static unless they have an explicit
  extern declaration in a header file.
- `to_compare` was not used in encryptsave and toxav tests.
- `break` in switch cases is not required directly after `return`,
  `goto`, or a noreturn function like `abort`.
2016-09-24 20:52:09 +01:00
..
assoc_test.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
crypto_test.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
dht_test.c Add some astyle options to make it do more. 2016-09-13 01:07:02 +01:00
encryptsave_test.c Minor cleanups: unused vars, unreachable code, static globals. 2016-09-24 20:52:09 +01:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Remove unused and bit-rotten friends_test. 2016-08-31 18:11:44 +01:00
messenger_test.c Ensure that all TODOs have an owner. 2016-09-16 12:06:02 +01:00
network_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
onion_test.c Use <stdbool.h> and replace _Bool with bool. 2016-09-13 22:01:45 +01:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Minor cleanups: unused vars, unreachable code, static globals. 2016-09-24 20:52:09 +01:00
tox_test.c Minor cleanups: unused vars, unreachable code, static globals. 2016-09-24 20:52:09 +01:00
toxav_basic_test.c Minor cleanups: unused vars, unreachable code, static globals. 2016-09-24 20:52:09 +01:00
toxav_many_test.c Minor cleanups: unused vars, unreachable code, static globals. 2016-09-24 20:52:09 +01:00