server-skynet-source-3rd-je.../test
Kevin Svetlitski da66aa391f Enable a few additional warnings for CI and fix the issues they uncovered
- `-Wmissing-prototypes` and `-Wmissing-variable-declarations` are
  helpful for finding dead code and/or things that should be `static`
  but aren't marked as such.
- `-Wunused-macros` is of similar utility, but for identifying dead macros.
- `-Wunreachable-code` and `-Wunreachable-code-aggressive` do exactly
  what they say: flag unreachable code.
2023-08-11 13:56:23 -07:00
..
analyze Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
include/test Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
integration Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
src Enable a few additional warnings for CI and fix the issues they uncovered 2023-08-11 13:56:23 -07:00
stress Enabled -Wstrict-prototypes and fixed warnings. 2023-07-06 12:00:02 -07:00
unit Fix infinite purging loop in HPA 2023-08-08 14:36:19 -07:00
test.sh.in Print test error messages in color when stderr is a terminal 2023-07-13 13:03:23 -07:00