summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* make it an error for now to have multiple outputs with depslogEvan Martin2013-04-081-0/+12
* ManifestParser constructor accesses its first argument, don't pass NULLNico Weber2013-01-031-3/+6
* rearrange handling of builtin bindings to make rules simplerEvan Martin2012-12-291-8/+12
* update old test to cover newer rule attributesEvan Martin2012-08-241-1/+4
* add test that checks attributes on rulesEvan Martin2012-08-241-0/+11
* reject tabs (and CRs) in input files more aggressivelyEvan Martin2012-08-021-1/+1
* disallow crlf in manifest filesEvan Martin2012-07-181-0/+20
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-0/+684