mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
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:
parent
b218e79206
commit
64e5ce1530
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user