test: Add tests for the gps module.
[gps-watch.git] / test / main.rs
index 0e0c12491470bf74a7d36746de423caf23934dac..011e1859f9912e3311a909bf1d0f065c318120e7 100644 (file)
  */
 
 extern crate common;
+
+mod gps_test;
+
+#[no_mangle]
+extern fn get_ticks() -> u32 {
+    0
+}