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:
Rusty Russell 2022-11-09 13:40:00 +10:30
parent 508a170598
commit 22c42de6f1

View file

@ -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 \