toxcore/testing
iphydf 9fb87056bc
Set _POSIX_C_SOURCE to 200112L. We need it for C99 compat.
It is invalid to compile an XPG3, XPG4, XPG4v2, or XPG5 application
using c99.  The same is true for POSIX.1-1990, POSIX.2-1992, POSIX.1b,
and POSIX.1c applications. Likewise, it is invalid to compile an XPG6
or a POSIX.1-2001 application with anything other than a c99 or later
compiler.  Therefore, Solaris libc forces an error in both cases.
2018-08-17 22:43:24 +00:00
..
av_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
BUILD.bazel Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +00:00
DHT_test.c Use per-instance Mono_Time for Messenger and onion. 2018-08-16 21:01:43 +00:00
Makefile.inc Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
Messenger_test.c Use per-instance Mono_Time for Messenger and onion. 2018-08-16 21:01:43 +00:00
misc_tools.c Set _POSIX_C_SOURCE to 200112L. We need it for C99 compat. 2018-08-17 22:43:24 +00:00
misc_tools.h Add simple deterministic random number generator for tests 2018-08-12 15:22:34 +00:00
random_testing.cc Assert that we don't divide by 0 in random_testing.cc. 2018-08-12 14:52:52 +00:00