From 390018eae2c0321f17f5d58cc429def7d1989754 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Mon, 4 Feb 2019 17:13:57 -0800 Subject: [PATCH] build+test+make: modify travis make directive to also compile sub-servers In this commit, we modify the travis make directive to also compile all the sub-severs using build flags. We do this as otherwise, we can only detect mistakes in the build process of a sub-server via a manual process. In this commit, we adapt travis to also cover this case. --- make/testing_flags.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/testing_flags.mk b/make/testing_flags.mk index 8c696441..c52a26df 100644 --- a/make/testing_flags.mk +++ b/make/testing_flags.mk @@ -54,5 +54,5 @@ endif # Construct the integration test command with the added build flags. -ITEST_TAGS := $(DEV_TAGS) rpctest +ITEST_TAGS := $(DEV_TAGS) rpctest chainrpc walletrpc signrpc invoicesrpc autopilotrpc ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput