test: Add tests for the gps module.
[gps-watch.git] / SConscript.test
index 28ddfd7b3ecf5490c0476897a0eac372383849a8..57593ad3b74ea69c90efa697d601c5e2804a2829 100644 (file)
@@ -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()