rgb-cln/gossipd/test
Rusty Russell 06a54606a3 check-includes: allow redundant "config.h"
We should actually be including this (as it may define _GNU_SOURCE
etc) before any system headers.  But where we include <assert.h> we
often didn't, because check-includes would complain that the headers
included it too.

Weaken that check, and include config.h in C files before assert.h.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-02-04 12:02:36 +10:30
..
.gitignore
Makefile tools/generate-wire.py: use helpers. 2020-12-04 20:16:54 -06:00
run-bench-find_route.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
run-check_channel_announcement.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-crc32_of_update.c gossipd: add an internal flag to force a channel update 2021-02-02 13:44:01 +01:00
run-extended-info.c build: run update-mocks. 2020-09-24 13:19:59 +02:00
run-find_route-specific.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-find_route.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-next_block_range.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-overlong.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
run-txout_failure.c unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30