Ninja
Classes | Functions
ninja_test.cc File Reference
#include <stdarg.h>
#include <stdio.h>
#include "gtest/gtest.h"
#include "line_printer.h"
Include dependency graph for ninja_test.cc:

Go to the source code of this file.

Classes

struct  LaconicPrinter
 A test result printer that's less wordy than gtest's default. More...
 

Functions

int main (int argc, char **argv)
 
string StringPrintf (const char *format,...)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 79 of file ninja_test.cc.

string StringPrintf ( const char *  format,
  ... 
)

Definition at line 21 of file ninja_test.cc.

Referenced by LaconicPrinter::OnTestPartResult(), and LaconicPrinter::OnTestStart().