summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-04-22 02:07:44 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-04-22 03:05:45 +0200
commit67a23a584f99ee71fd787f16d38cb29518951d38 (patch)
tree972f54b6b4c547b1d208b094b79fa3e207ab77c0
parent76a1d8ebe069e048ebc225ce45201701cb108da4 (diff)
downloadgpsd-67a23a584f99ee71fd787f16d38cb29518951d38.tar.gz
regress_driver needs the Python modules to run.
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index fe4f63a8..a2e1fcfe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -588,17 +588,17 @@ version:
run_regress_driver = PYTHON=$(PYTHON) $(srcdir)/regress-driver
# Regression-test the daemon
-gps-regress: gpsd
+gps-regress: gpsd stamp-python-modules
$(run_regress_driver) $(srcdir)/test/daemon/*.log
# Test that super-raw mode works. Compare each logfile against itself
# dumped through the daemon running in R=2 mode. (This test is not
# included in the normal regressions.)
-raw-regress:
+raw-regress: stamp-python-modules
$(run_regress_driver) -r $(srcdir)/test/daemon/*.log
# Build the regression tests for the daemon.
-gps-makeregress: gpsd
+gps-makeregress: gpsd stamp-python-modules
$(run_regress_driver) -b $(srcdir)/test/daemon/*.log
# To build an individual test for a load named foo.log, put it in