X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=SConscript.test;h=2d0f71b85cb1257c1e128647a660638cfda61218;hp=32fa7230ca76f37aaa5719f40d6018b4940f69ef;hb=e0a5c622e149aa80504de0a648196e444d4b038b;hpb=853beae392e40ee2843e7187500285da666f11e9 diff --git a/SConscript.test b/SConscript.test index 32fa723..2d0f71b 100644 --- a/SConscript.test +++ b/SConscript.test @@ -11,6 +11,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/fmt_test.rs', 'test/logger_test.rs', ]