X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=SConscript.test;h=32fa7230ca76f37aaa5719f40d6018b4940f69ef;hp=57593ad3b74ea69c90efa697d601c5e2804a2829;hb=3d88ea26c53e1bc22caf250b8d7d8998c186e19a;hpb=6f2603fafd5b07040e0202cbb6808511f86c07c6 diff --git a/SConscript.test b/SConscript.test index 57593ad..32fa723 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/logger_test.rs', ] test_env = env.Clone()