X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=test%2Fmain.rs;h=011e1859f9912e3311a909bf1d0f065c318120e7;hp=0e0c12491470bf74a7d36746de423caf23934dac;hb=6f2603fafd5b07040e0202cbb6808511f86c07c6;hpb=2c21f04d5a34595ced62860d8273dec306f6a4d6 diff --git a/test/main.rs b/test/main.rs index 0e0c124..011e185 100644 --- a/test/main.rs +++ b/test/main.rs @@ -22,3 +22,10 @@ */ extern crate common; + +mod gps_test; + +#[no_mangle] +extern fn get_ticks() -> u32 { + 0 +}