From 64e5ce15304690c8a962cd28941e6a7efd6e0bd7 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 15 Mar 2016 17:07:31 +1030 Subject: [PATCH] test: remove test_state_coverage We're going to change the protocol to send multiple changes at once, so disable this compilation and testing for now. We can revisit it afterwards once the protocol is stable again. Signed-off-by: Rusty Russell --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1ec0e25df..6dc2c386f 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,6 @@ BITCOIN_FEATURES := \ FEATURES := $(BITCOIN_FEATURES) TEST_PROGRAMS := \ - test/test_state_coverage \ test/onion_key \ test/test_onion @@ -227,7 +226,6 @@ check-source: check-makefile \ $(BITCOIN_HEADERS:%=check-hdr-include-order/%) full-check: check $(TEST_PROGRAMS) check-source - test/test_state_coverage TAGS: FORCE $(RM) TAGS; find . -name '*.[ch]' | xargs etags --append