Move restart-related tests to their own file
[rust-lightning] / lightning / src / ln / mod.rs
index 4c830cf1fb47d7f9b22c01a6d84597eda7db2c15..bdf3e8029ab66c818c1c9f760addab4bc4fdd0e1 100644 (file)
@@ -67,6 +67,9 @@ mod chanmon_update_fail_tests;
 mod reorg_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
+mod reload_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
 mod onion_route_tests;
 #[cfg(test)]
 #[allow(unused_mut)]