proxygen
RecordIOTest.cpp File Reference
#include <folly/io/RecordIO.h>
#include <sys/types.h>
#include <random>
#include <glog/logging.h>
#include <folly/Conv.h>
#include <folly/FBString.h>
#include <folly/Random.h>
#include <folly/experimental/TestUtil.h>
#include <folly/io/IOBufQueue.h>
#include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h>
#include <folly/portability/Unistd.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::test
 

Functions

 DEFINE_int32 (random_seed, folly::randomNumberSeed(),"random seed")
 
 folly::test::TEST (RecordIOTest, Simple)
 
 folly::test::TEST (RecordIOTest, SmallRecords)
 
 folly::test::TEST (RecordIOTest, MultipleFileIds)
 
 folly::test::TEST (RecordIOTest, ExtraMagic)
 
 folly::test::TEST (RecordIOTest, Randomized)
 
int main (int argc, char *argv[])
 

Function Documentation

DEFINE_int32 ( random_seed  ,
folly::randomNumberSeed()  ,
"random seed  
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 268 of file RecordIOTest.cpp.

References testing::InitGoogleTest(), and RUN_ALL_TESTS().

268  {
270  gflags::ParseCommandLineFlags(&argc, &argv, true);
271  return RUN_ALL_TESTS();
272 }
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370