test: Add tests for the logger module.
[gps-watch.git] / test / main.rs
index 011e1859f9912e3311a909bf1d0f065c318120e7..265623eedb208491f0503f80e622a6f5a337b238 100644 (file)
@@ -24,6 +24,7 @@
 extern crate common;
 
 mod gps_test;
+mod logger_test;
 
 #[no_mangle]
 extern fn get_ticks() -> u32 {