summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-03-05 18:14:56 -0800
committerFred Wright <fw@fwright.net>2017-03-05 18:14:56 -0800
commitcac8820698acd72d838c1df0b7ba15dcd614a35f (patch)
treef11dee2df8fdfa77b0782e282d2daeaecbe3c32c /SConstruct
parentde68447c41f253681a31a431a898909a2e48fc51 (diff)
downloadgpsd-cac8820698acd72d838c1df0b7ba15dcd614a35f.tar.gz
Fixes disabled packet-regress test.
The method-regress test was misnamed packet-regress, which overrode the real packet-regress test, causing it to be disabled. Now that packet-regress's previously undetected failures have been fixed, it can be reenabled. TESTED: Ran "scons build-all www check", and observed the inclusion of the missing test (with no errors). Also ran it with manually garbled test data, and observed the failure.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1c188bd1..08618a9c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1940,7 +1940,7 @@ timespec_regress = Utility('timespec-regress', [test_timespec], [
# consistency-check the driver methods
method_regress = UtilityWithHerald(
'Consistency-checking driver methods...',
- 'packet-regress', [test_packet], [
+ 'method-regress', [test_packet], [
'$SRCDIR/test_packet -c >/dev/null',
])