summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGreg Troxel <gdt@ir.bbn.com>2009-01-14 00:51:09 +0000
committerGreg Troxel <gdt@ir.bbn.com>2009-01-14 00:51:09 +0000
commit82d3b23de7ef8e705ccafeebf5dfeae48f1e4cb1 (patch)
treef4a9453c26fb414768442f792da47ba50089199c /INSTALL
parent5eebd3ed0119d0eecaf5460b94489e4246d716c4 (diff)
downloadgpsd-82d3b23de7ef8e705ccafeebf5dfeae48f1e4cb1.tar.gz
Explain how to run regression tests, and that one don't has to install
first.
Diffstat (limited to 'INSTALL')
-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.