summaryrefslogtreecommitdiff
path: root/test/test_counters.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Rearrange files into test and unittest directoriesJoel Rosdahl2018-01-291-60/+0
| | | | | | | * The unit tests formerly located in the test directory have been moved to the unittest directory. * The integration test suite test.sh has been made a bash script and renamed to test/run. Its test suites are located in test/suites.
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-17/+15
|
* Tweak #include file pathsJoel Rosdahl2016-07-221-4/+4
|
* test: Use an int64_t variant of CHECK_INT_EQ for all integer typesJoel Rosdahl2011-07-261-9/+9
|
* Make reading and writing of statistics counters forward-compatibleJoel Rosdahl2010-08-041-0/+62
Previously, ccache threw away counters values it didn't know about, i.e., new counters coming from later ccache versions.