summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* de-escape backslashes in depfiles while parsingEvan Martin2011-12-281-3/+20
* add (failing) test involving spaces in depfilesEvan Martin2011-12-271-0/+13
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-271-18/+26
* handle backslashes and isolated colons in depfile parserEvan Martin2011-12-191-0/+16
* split out depfile parser tests into new fileEvan Martin2011-12-191-0/+50