summaryrefslogtreecommitdiff
path: root/test_libgps.c
Commit message (Collapse)AuthorAgeFilesLines
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-3/+0
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Fixing broken minimal=on for test_libgpsJon Schlueter2015-03-251-0/+14
| | | | | | | scons minimal=on leapfetch=off python=on test_libgps failed Missing guards for CLIENTDEBUG_ENABLE and SOCKET_EXPORT_ENABLE in test_libgps.c
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-2/+2
| | | | | | Don't use constant/expression from an array's definition when referring to its size. Eliminates redundancy and avoids problems when array size changes. The change doesn't affect generated code.
* Build and regressions now work with minimal either on or off.Eric S. Raymond2014-09-061-0/+2
|
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-4/+4
| | | | Note there are some exit(2) instances we bneed to decide what to do with.
* Usage comment fix.Eric S. Raymond2011-04-161-1/+1
|
* libdbus configuration is a nest of snakesEric S. Raymond2011-04-031-0/+2
|
* Break the libgps test code our of libgps_core.c.Eric S. Raymond2011-04-031-0/+108