summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-07-31 01:11:14 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-07-31 01:11:14 -0400
commitfe03d2d5a315de38d15ea58a58e259ed8bfc7d7e (patch)
tree32602bb8544ab652db05b064cc4a7d29fa9a6a3f /SConstruct
parentd21f0b263121b0d4632227d978106b857cfa1040 (diff)
downloadgpsd-fe03d2d5a315de38d15ea58a58e259ed8bfc7d7e.tar.gz
Fix Savannah bug #36914: valgrind-audit: missing dependency and local path.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct7
1 files changed, 5 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 6c4cf27c..8cf8fd4e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1511,10 +1511,13 @@ json_regress = Utility('json-regress', [test_json], [
])
# Run a valgrind audit on the daemon - not in normal tests
-valgrind_audit = Utility('valgrind-audit', ['$SRCDIR/valgrind-audit.py'], 'valgrind-audit.py')
+valgrind_audit = Utility('valgrind-audit',
+ ['$SRCDIR/valgrind-audit.py', python_built_extensions],
+ './valgrind-audit.py'
+ )
# Run test builds on remote machines
-flocktest = Utility("flocktest", [], "cd devtools; flocktest " + gitrepo)
+flocktest = Utility("flocktest", [], "cd devtools; ./flocktest " + gitrepo)
# Run all normal regression tests
check = env.Alias('check', [