summaryrefslogtreecommitdiffstats
path: root/src/test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-211-0/+1
* Expose more details in FileReader::ReadFile signatureBrad King2016-02-031-4/+9
* dupe_edge_should_err from bool to enumScott Graham2016-01-271-1/+1
* Make dupbuild=err work in subninjaScott Graham2016-01-271-1/+1
* Remove unnecessary `std::`Tetsuo Kiso2016-01-101-1/+1
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-2/+4
* Another crash fix for duplicate edges. Fixes #939.Nico Weber2015-03-191-2/+14
* Build self-consistent graphs for dupe edges with multiple outputs.Nico Weber2015-03-151-0/+22
* make all GetNode explicit, add DepsLog canonicalize testScott Graham2014-11-101-1/+2
* Fix building tests on Windows again.Nico Weber2014-09-181-5/+8
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-1/+3
* make Stat() a const methodNico Weber2014-06-191-2/+2
* add a test for the "deps out of date" caseEvan Martin2013-04-091-1/+5
* move test virtual time "now_" into VirtualFileSystemEvan Martin2013-04-081-3/+3
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-1/+1
* Only store command hashes in the build log.Nico Weber2012-06-151-0/+5
* Response filesunknown2012-02-091-0/+6
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-1/+1
* GetTempPath() needs windows.hFrances Buontempo2012-01-111-0/+4
* migrate tempdir code to test.ccEvan Martin2012-01-061-0/+91
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-1/+1
* Include <algorithm> for std::find in test.ccFrances Buontempo2012-01-031-0/+2
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-1/+1
* disable the 'unused parameter' warningEvan Martin2011-12-051-1/+1
* Fix compilation warning in Ninja's test suite.Nicolas Despres2011-11-211-1/+1
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-3/+6
* Add a test for the clean tool.Nicolas Despres2011-05-021-0/+11
* move VirtualFileSystem into test.*Evan Martin2011-03-061-0/+26
* move test support into test.*Evan Martin2011-03-061-0/+34