Ninja
Classes | Functions | Variables
build_log_test.cc File Reference
#include "build_log.h"
#include "test.h"
Include dependency graph for build_log_test.cc:

Go to the source code of this file.

Classes

struct  BuildLogTest

Functions

 TEST_F (BuildLogTest, WriteRead)
 TEST_F (BuildLogTest, DoubleEntry)
 TEST_F (BuildLogTest, Truncate)
 TEST_F (BuildLogTest, UpgradeV2)

Variables

static const char kTestFilename [] = "BuildLogTest-tempfile"

Function Documentation

TEST_F ( BuildLogTest  ,
WriteRead   
)
TEST_F ( BuildLogTest  ,
DoubleEntry   
)
TEST_F ( BuildLogTest  ,
Truncate   
)
TEST_F ( BuildLogTest  ,
UpgradeV2   
)

Variable Documentation

const char kTestFilename[] = "BuildLogTest-tempfile" [static]

Definition at line 30 of file build_log_test.cc.

Referenced by BuildLogTest::TearDown(), and TEST_F().