summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e77cafa8..11116122 100644
--- a/INSTALL
+++ b/INSTALL
@@ -144,4 +144,8 @@ file called 'gpsd_config.inc' containing configuration information;
edit to taste. Note that for the Google Maps feature work you need
to set a valid Google API key in your config file.
-
+13. There are regression tests to verify proper operation of gpsd, and
+it can be useful to run these to verify that all is well. To run the
+regression tests, first build gpsd from sources, and then run "make
+testregress". It is not necessary to install first. Python is
+required for regression tests.