X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=SConscript.test;h=57593ad3b74ea69c90efa697d601c5e2804a2829;hp=28ddfd7b3ecf5490c0476897a0eac372383849a8;hb=6f2603fafd5b07040e0202cbb6808511f86c07c6;hpb=2c21f04d5a34595ced62860d8273dec306f6a4d6 diff --git a/SConscript.test b/SConscript.test index 28ddfd7..57593ad 100644 --- a/SConscript.test +++ b/SConscript.test @@ -10,6 +10,7 @@ SConscript('SConscript.libcommon.rs', exports='env', duplicate=0) test_source_files = [ 'test/main.rs', # Must be listed first (see below). + 'test/gps_test.rs', ] test_env = env.Clone()