Move private channel and short-conf tests to new module
[rust-lightning] / lightning / src / ln / mod.rs
index 44704ae5040f44ee58e21b853be05a41252a1e2e..444c9685fdda6979708fdee6eb26797b0ddfe040 100644 (file)
@@ -54,6 +54,9 @@ mod functional_tests;
 mod payment_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
+mod priv_short_conf_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
 mod chanmon_update_fail_tests;
 #[cfg(test)]
 #[allow(unused_mut)]