Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
testharness.cc File Reference
#include "util/testharness.h"
#include <string>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
Include dependency graph for testharness.cc:

Go to the source code of this file.

Namespaces

 leveldb
 
 leveldb::test
 

Functions

bool leveldb::test::RegisterTest (const char *base, const char *name, void(*func)())
 
int leveldb::test::RunAllTests ()
 
std::string leveldb::test::TmpDir ()
 
int leveldb::test::RandomSeed ()
 

Variable Documentation

const char* base

Definition at line 17 of file testharness.cc.

void(* func)()

Definition at line 19 of file testharness.cc.

const char* name

Definition at line 18 of file testharness.cc.