Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable the 'unused parameter' warning | Evan Martin | 2011-12-05 | 1 | -1/+1 |
| | | | | It was firing too often, and hadn't uncovered any bugs. | ||||
* | Fix compilation warning in Ninja's test suite. | Nicolas Despres | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Return non-zero status when errors occur. | Nicolas Despres | 2011-05-02 | 1 | -3/+6 |
| | | | | | | Clean all was not returning non-zero when an error occur (like when failing to remove a directory). This patch fix the problem and add a test for it. | ||||
* | Add a test for the clean tool. | Nicolas Despres | 2011-05-02 | 1 | -0/+11 |
| | | | | It also fix a bug about the count of removed file reported. | ||||
* | move VirtualFileSystem into test.* | Evan Martin | 2011-03-06 | 1 | -0/+26 |
| | |||||
* | move test support into test.* | Evan Martin | 2011-03-06 | 1 | -0/+34 |