toxcore/auto_tests
iphydf 406d292107
Minor cleanups: header reordering, adding {}.
I hadn't done this for the "fun" code, yet. Also, we should include
system headers after our own headers.

"In general, a module should be implemented by one or more .cpp files.
Each of these .cpp files should include the header that defines their
interface first. This ensures that all of the dependences of the module
header have been properly added to the module header itself, and are not
implicit. System headers should be included after user headers for a
translation unit."
-- http://llvm.org/docs/CodingStandards.html#a-public-header-file-is-a-module
2016-09-09 19:30:50 +01:00
..
assoc_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
crypto_test.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
dht_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
encryptsave_test.c Improve static and const correctness. 2016-09-06 11:54:37 +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 Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
network_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
onion_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
skeleton_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
TCP_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
tox_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
toxav_basic_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
toxav_many_test.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00