X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.test;h=2d0f71b85cb1257c1e128647a660638cfda61218;hb=bfb67fecfcab874dfbedce7001bbf991fadd7d73;hp=57593ad3b74ea69c90efa697d601c5e2804a2829;hpb=6f2603fafd5b07040e0202cbb6808511f86c07c6;p=gps-watch.git diff --git a/SConscript.test b/SConscript.test index 57593ad..2d0f71b 100644 --- a/SConscript.test +++ b/SConscript.test @@ -11,6 +11,8 @@ 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/fmt_test.rs', + 'test/logger_test.rs', ] test_env = env.Clone()