summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 16:47:27 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 16:47:27 -0700
commit70cbe2689d6abf91d275a66623c779809ca0cadd (patch)
tree57bc528d0948902aecb248989fceb65d93741096 /SConstruct
parentf1f4ba56ae183764f164130616a34c73758bec8d (diff)
downloadgpsd-70cbe2689d6abf91d275a66623c779809ca0cadd.tar.gz
AIS: Rebuild regressions tests for new precision.
scons check needs to complain when AIS regression tests fail.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 994148c1..e2f07ada 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2019,6 +2019,7 @@ if not env["aivdm"]:
announce("AIVDM regression tests suppressed because aivdm is off.")
aivdm_regress = None
else:
+ # FIXME! Does not return a proper fail code
aivdm_regress = Utility('aivdm-regress', [gpsdecode], [
'@echo "Testing AIVDM decoding w/ CSV format..."',
'@for f in $SRCDIR/test/*.aivdm; do '