summaryrefslogtreecommitdiffstats
path: root/src/clean_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* The cleaner can be used multiple times now.Nicolas Despres2011-05-021-90/+48
|
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-4/+12
| | | | | | 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 Despres2011-05-021-0/+255
It also fix a bug about the count of removed file reported.