Put test utilities behind a feature flag.
authorValentine Wallace <vwallace@protonmail.com>
Wed, 16 Sep 2020 21:27:13 +0000 (17:27 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 16 Oct 2020 15:30:33 +0000 (11:30 -0400)
commit4350cc615cb4764e75e8d8d993071b1bb5bdb404
tree05539160724071f4614c4284f5dfbf383a8a03f3
parent8a798776b4a48a31d404c55394f3aa04b55280d1
Put test utilities behind a feature flag.

The utilities will still be part of cfg(test). The purpose of this
is to enable other crates in the workspace to use the test utilities.
lightning/Cargo.toml
lightning/src/chain/channelmonitor.rs
lightning/src/lib.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/mod.rs
lightning/src/util/mod.rs