common: Add beginnings of tests for the fmt module.
[gps-watch.git] / test / main.rs
index 265623eedb208491f0503f80e622a6f5a337b238..55cb169a0c36cbd49a4b09e6554c0eb77587b92d 100644 (file)
@@ -24,6 +24,7 @@
 extern crate common;
 
 mod gps_test;
+mod fmt_test;
 mod logger_test;
 
 #[no_mangle]