cln/connectd/test
Rusty Russell 15ef2fd39c Build: don't use HAVE_FUNCTION_SECTIONS for update-mocks.
I ran `uv run make update-mocks` and many mocks vanished.  But that
broke MacOS (and maybe other archs) which doesn't support function
sections and no longer linked.

If this proves problematic, we might end up generating mocks properly:
1. Use #include "mocks-sphinx-xor_cipher_stream_gen.c"
2. Generate those separate files as necessary.
3. Don't commit them, build them locally.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-02-23 19:05:37 +10:30
..
Makefile Makefile: create a library containing common, wire and bitcoin objects. 2025-10-23 06:44:04 +10:30
run-crc32_of_update.c Build: don't use HAVE_FUNCTION_SECTIONS for update-mocks. 2026-02-23 19:05:37 +10:30
run-gossip_rcvd_filter.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
run-initiator-success.c global: replace randombytes_buf() with randbytes() wrapper. 2025-11-13 21:21:29 +10:30
run-netaddress.c common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2025-11-13 21:21:29 +10:30
run-responder-success.c global: replace randombytes_buf() with randbytes() wrapper. 2025-11-13 21:21:29 +10:30
run-websocket.c common: add randbytes() wrapper to override cryptographic entropy: $CLN_DEV_ENTROPY_SEED 2025-11-13 21:21:29 +10:30