summaryrefslogtreecommitdiff
path: root/test/README
Commit message (Collapse)AuthorAgeFilesLines
* Submitted-By -> Submitter in the test load headers.Eric S. Raymond2012-05-301-3/+4
| | | | All regression tests pass.
* Move all test log dates to yyyy-mm-dd.Eric S. Raymond2011-06-231-1/+1
| | | | | Trying to remember that these used a non-ISO8601 date format was driving me nuts. All regression tests pass.
* Standardize date format in all logfiles. gpsfake will need this to set epoch.Eric S. Raymond2011-01-201-1/+0
| | | | All regressions tests pass.
* We don't have to collect cycle-time and start-of-cycle... Eric S. Raymond2009-09-091-1/+0
| | | | Information manually any more, the cycle_analyzer can mine that for us.
* Drop two regression-test metadata fields that were tricky to reportEric S. Raymond2007-12-181-3/+1
| | | | | | | | | | well and we weren't using anyway. They had to do with a long-abandoned plan to try to recognize start-of-cycle with some sort of state machine, which I abandoned when I realized it would be way too failure-prone. I'm dropping them now to simplify the web-form interface to report GPS behavior.
* Enrich the regression-test logs with more metainformation.Eric S. Raymond2007-12-131-2/+3
| | | | Add corresponding entries to the hardware table where we can.
* First step towards regression testing.Eric S. Raymond2005-06-081-0/+15
Register the test logs. Add make regress and make test productions to Makefile.am; gpsfake -p doesn't yet work for SiRF devices, though, so this is not complete.