mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
tests/fuzz: don't pull in JSON common at all.
No tests currently use it, and if they do we'll want to do some per-test objects. Otherwise, we are about it introduce a dependency on common/json_filter.o, which is a can of worms. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
508a170598
commit
22c42de6f1
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ FUZZ_COMMON_OBJS := \
|
|||
common/permute_tx.o \
|
||||
common/initial_channel.o \
|
||||
common/initial_commit_tx.o \
|
||||
common/json_parse_simple.o \
|
||||
common/json_stream.o \
|
||||
common/key_derive.o \
|
||||
common/keyset.o \
|
||||
common/msg_queue.o \
|
||||
|
|
Loading…
Add table
Reference in a new issue