Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make global state explicit in testcase generators | Bobby Bingham | 2014-08-03 | 1 | -1/+3 |
| | | | | | | | The quicksort-killer testcase will require more global state, unless we go to the effort of implementing qsort_r versions of all the sorting algorithms. Since we're not doing that, we'll simply make the global state explicit. | ||||
* | Rename generators to testcases | Bobby Bingham | 2014-08-03 | 1 | -0/+17 |
This is in preparation for adding an implementation of the quicksort-killer test case, which requires a custom comparison function rather than just a custom imput-generation function. |