rgb-cln/tools/test
Rusty Russell 4ffda340d3 check: make sure all files outside contrib/ include "config.h" first.
And turn "" includes into full-path (which makes it easier to put
config.h first, and finds some cases check-includes.sh missed
previously).

config.h sets _GNU_SOURCE which really needs to be done before any
'#includes': we mainly got away with it with glibc, but other platforms
like Alpine may have stricter requirements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-06 10:05:39 +10:30
..
Makefile Build race fixes: create ccan/config.h atomically, make tools/test/test_gen.c depend on it 2021-08-14 12:43:54 +09:30
enum.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
enum.h check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-test-wire.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
test_cases