rgb-cln/wire
Rusty Russell 40315bfb91 test: fix dependencies.
Test objects must be added to $(ALL_OBJS) so they correctly depend on
CCAN headers etc.

Also, each test in a subdir must depend on headers and src in the parent
directory, as it will often #include them directly.

Reported-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-22 19:40:46 +01:00
..
test test: fix dependencies. 2017-11-22 19:40:46 +01:00
Makefile generate-wire.py: add --bolt arg, use size->type hacks only when that's specified. 2017-09-29 14:40:34 +02:00
fromwire.c secp256k1_ecdsa_recoverable_signature: add support. 2017-11-01 01:09:23 +00:00
gen_onion_wire_csv lightningd: update to add `wire_expiry_too_far`. 2017-11-01 09:46:05 +01:00
gen_peer_wire_csv openingd: update to BOLT with htlckey. 2017-11-16 17:40:57 +01:00
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
peer_wire.c Move short_channel_id primitive into bitcoin 2017-08-10 12:34:58 +09:30
peer_wire.h BOLT: Update text to latest commit. 2017-08-22 14:56:02 +02:00
towire.c secp256k1_ecdsa_recoverable_signature: add support. 2017-11-01 01:09:23 +00:00
wire.h secp256k1_ecdsa_recoverable_signature: add support. 2017-11-01 01:09:23 +00:00
wire_io.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_io.h wire: Fix include order in wire_io.h 2017-09-29 14:40:34 +02:00
wire_sync.c wire: restore BE endian to wire headers for internal messages. 2017-09-29 14:40:34 +02:00
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30