mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
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>