summaryrefslogtreecommitdiff
path: root/test_libgps.c
Commit message (Collapse)AuthorAgeFilesLines
* 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