plugins/test/run-route-overlong: modern overlong routing test.

gossmap equivalent of gossipd/test/run-overlong.c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-05-22 14:30:15 +09:30
parent 52e5ca3c11
commit 7ef6dd04d9
3 changed files with 437 additions and 0 deletions

View File

@@ -14,6 +14,13 @@ PLUGIN_TEST_COMMON_OBJS := \
common/type_to_string.o \
common/utils.o
plugins/test/run-route-overlong: \
common/dijkstra.o \
common/fp16.o \
common/gossmap.o \
common/node_id.o \
common/route.o
$(PLUGIN_TEST_PROGRAMS): $(CCAN_OBJS) $(BITCOIN_OBJS) $(WIRE_OBJS) $(PLUGIN_TEST_COMMON_OBJS)
$(PLUGIN_TEST_OBJS): $(PLUGIN_FUNDER_HEADER) $(PLUGIN_FUNDER_SRC)