summaryrefslogtreecommitdiffstats
path: root/src/ninja_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Add <stdlib.h> includes for clang++/libc++ on UbuntuDan Willemsen2016-04-211-0/+1
* Fix getopt for AIXMike Seplowitz2015-08-191-0/+3
* Don't support ? and : for --gtest-filter, a bit simpler.Nico Weber2014-09-181-23/+11
* Add support for --gtest_filter. The bots need it, and it is a useful flag.Nico Weber2014-09-181-8/+97
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-49/+40
* structs not classes.Thiago Farina2013-05-191-2/+1
* drop std:: qualifiers on more stl datatypesEvan Martin2013-04-181-1/+1
* also print iteration for gtest_repeat=-1Scott Graham2013-04-181-4/+12
* reset count in LaconicPrinter for when using --gtest_repeatScott Graham2013-04-171-0/+5
* fix testScott Graham2013-04-091-1/+1
* Try to fix build on Linux more.Nico Weber2013-04-091-1/+3
* Make ninja_test output nicer.Nico Weber2013-04-091-8/+12
* Use LinePrinter in test runner.Nico Weber2013-04-091-21/+23
* move single-line printing to new classNico Weber2013-04-091-0/+14
* Make gtest output more silent, ninja issue #528.Nico Weber2013-04-091-0/+54
* Split ninja_test.cc into state_test.cc and disk_interface_test.ccThiago Farina2011-09-111-141/+0
* Move EvalString tests to eval_env_test.ccThiago Farina2011-09-091-73/+0
* Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di...Thiago Farina2011-09-081-28/+0
* Move DiskInterfaceTest into its own source file.Thiago Farina2011-09-071-102/+0
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-2/+0
* remove +x bit from sourceEvan Martin2011-06-031-0/+0
* Tests now build on a native Windows build (tested with VS2010)Philip Craig2011-05-281-1/+1
* expand $$ as $Evan Martin2011-05-271-0/+9
* windows: pass the DiskInterface testsEvan Martin2011-05-081-21/+58
* windows: successfully link testsEvan Martin2011-05-061-19/+51
* fix unit testEvan Martin2011-05-021-1/+1
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-4/+5
* Add a test for the clean tool.Nicolas Despres2011-05-021-0/+13
* include location of error in parse error messages in EvalEnv stringsAlexei Svitkine2011-04-261-1/+11
* handle variable expansion with upper-case charactersOrestis Agathokleous2011-03-071-0/+11
* move test support into test.*Evan Martin2011-03-061-17/+1
* chdir into a temp dir before disk testsEvan Martin2011-03-051-0/+5
* add copyrightsEvan Martin2011-02-061-0/+14
* remove ResetDirtyEvan Martin2011-01-081-9/+0
* remove bottom-up dirtyingEvan Martin2011-01-081-5/+9
* split out graph into its own headerEvan Martin2011-01-081-3/+3
* move src into subdirEvan Martin2010-12-051-0/+235