Add test utilities and integration tests for onion messages
[rust-lightning] / lightning / src / onion_message / mod.rs
index a874fbc4335ffa3e269fce0c453ce8e4543dd4cd..966b10b60fbd6be7d6d3ebac6166bddf7bd92e23 100644 (file)
@@ -24,6 +24,8 @@ mod blinded_route;
 mod messenger;
 mod packet;
 mod utils;
+#[cfg(test)]
+mod functional_tests;
 
 // Re-export structs so they can be imported with just the `onion_message::` module prefix.
 pub use self::blinded_route::{BlindedRoute, BlindedHop};