askrene: add bigger test for MCF

Using zlib to read big test case file.

Changelog-None: askrene: add bigger test for MCF

Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
This commit is contained in:
Lagrang3
2024-10-18 11:44:07 +01:00
committed by Rusty Russell
parent 2ea8e49683
commit e655fe7bbd
4 changed files with 141 additions and 1 deletions

4
external/Makefile vendored
View File

@@ -53,6 +53,10 @@ else
LDLIBS += -lsodium
endif
ifeq ($(HAVE_ZLIB),1)
LDLIBS += -lz
endif
EXTERNAL_LDLIBS := -L${TARGET_DIR} $(patsubst lib%.a,-l%,$(notdir $(EXTERNAL_LIBS)))
submodcheck: $(FORCE)