Add basic async signer tests
[rust-lightning] / lightning / src / ln / mod.rs
index beefd2d463b3ed2b938c6f82fdabef63757adccd..6a9a10c80c060b41f3a11fc128add17c99a93553 100644 (file)
@@ -73,6 +73,9 @@ mod monitor_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
 mod shutdown_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
+mod async_signer_tests;
 
 pub use self::peer_channel_encryptor::LN_MAX_MSG_LEN;