Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix whitespace errors, all of them mine. | Nick Mathewson | 2014-03-05 |
| | |||
* | Add tests for buffer time tracking. | Nick Mathewson | 2014-02-12 |
| | |||
* | Several tests for buffer allocation | Nick Mathewson | 2014-02-12 |
| | |||
* | Start writing tests for 10169. | Nick Mathewson | 2014-02-12 |
| | | | | Now we cover more chunk allocation functions. | ||
* | Unit tests for fetch_ext_or_cmd | Nick Mathewson | 2013-08-15 |
| | |||
* | Split out buffers and socks tests into separate modules. | Nick Mathewson | 2013-08-15 |
No other changes were made here. Keeping everything in src/test/test.c was a legacy of back when we had all our unit tests in one big file. Doing this now because I'm adding an ext_or_command test. |