X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=SConscript.test;h=2d0f71b85cb1257c1e128647a660638cfda61218;hp=28ddfd7b3ecf5490c0476897a0eac372383849a8;hb=HEAD;hpb=22de17136c8c5692e83d5d15ce09528d9afd3e13 diff --git a/SConscript.test b/SConscript.test index 28ddfd7..2d0f71b 100644 --- a/SConscript.test +++ b/SConscript.test @@ -10,6 +10,9 @@ 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()