cln/plugins/bkpr/test
Rusty Russell 86f459511f update-mocks: make handling of mocks in nested files deterministic.
update-mocks searches for prototypes, looking first in the local
directory, then in */*.h, and takes the first.  In the case of
plugins/bkpr/test/run-currencyrate_str.c referring to
jsonrpc_request_start_, this means it could get either the one in
libplugin (correct) or the one in lightningd (wrong!), depending on
directory order randomness.

Hack it a bit harder, to look one up from the local dir before */*.h.
This is redundant in most cases, but not for three-deep-nested dirs
like this.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-05-11 13:51:52 +09:30
..
Makefile Makefile: create a library containing common, wire and bitcoin objects. 2025-10-23 06:44:04 +10:30
run-currencyrate_str.c update-mocks: make handling of mocks in nested files deterministic. 2026-05-11 13:51:52 +09:30
run-format_event.c bkpr-report: enhance tag syntax from {tag:replacement} to {tag?if-set:if-not-set} 2026-04-02 14:54:20 +10:00
run-parse_report.c bkpr-report: enhance tag syntax from {tag:replacement} to {tag?if-set:if-not-set} 2026-04-02 14:54:20 +10:00
run-recorder.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
run-sql.c global: use clock_time in place of time_now(). 2025-11-13 21:21:29 +10:30
test_utils.h bkpr-tests: first test of plugin bkpr database 2022-07-28 12:08:18 +09:30