]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/lib.rs
Update file modes
[m17rt] / m17app / src / lib.rs
old mode 100755 (executable)
new mode 100644 (file)
index 9113515..1881df3
@@ -10,5 +10,8 @@ pub mod soundcard;
 pub mod soundmodem;
 pub mod tnc;
 
 pub mod soundmodem;
 pub mod tnc;
 
+#[cfg(test)]
+mod test_util;
+
 // Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
 pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};
 // Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
 pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};