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 <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2016-03-15 17:07:31 +10:30
parent b218e79206
commit 64e5ce1530

View File

@ -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