summaryrefslogtreecommitdiffstats
path: root/src/manifest_parser_test.cc
Commit message (Expand)AuthorAgeFilesLines
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-1/+1
* fix multiple sequential slashesScott Graham2014-11-081-2/+2
* wip on adding tests at higher level, some not rightScott Graham2014-11-081-0/+48
* CanonicalizePath handles \ on WindowsScott Graham2014-10-301-13/+9
* Merge pull request #812 from nico/ninjatestNico Weber2014-09-181-3/+2
|\
| * Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-3/+2
* | Provide an error message on malformed lets. Fixes #807.Nico Weber2014-09-041-0/+9
|/
* More robust escaping of $in, $out pathsNicholas Hutchinson2014-01-061-0/+4
* Add a test that shows that there is a single global namespace for rules.Nico Weber2013-10-271-0/+15
* Merge pull request #623 from nico/fixNico Weber2013-07-191-0/+11
|\
| * Fix diagnostic formatting regression caused by adaa91a33eb2cf23b88.Nico Weber2013-07-191-0/+11
* | Add test for a manifest ending in the middle of a keyword.Nico Weber2013-07-181-0/+11
|/
* Improve error message for duplicate rules and unknown pools.Nico Weber2013-07-021-0/+102
* Remove a few unused includes.Nico Weber2013-05-121-0/+3
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-1/+1
* 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