build: add routerrpc tag in itest

This commit is contained in:
Joost Jager 2019-03-15 10:20:09 +01:00
parent 087de7cc4d
commit 73efc31177
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

View File

@ -54,5 +54,5 @@ endif
# Construct the integration test command with the added build flags.
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc
ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc routerrpc
ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput