proxygen
MPMCPipelineTest.cpp File Reference
#include <folly/MPMCPipeline.h>
#include <thread>
#include <vector>
#include <glog/logging.h>
#include <folly/Conv.h>
#include <folly/portability/GTest.h>

Go to the source code of this file.

Namespaces

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

Functions

 folly::test::TEST (MPMCPipeline, Trivial)
 
 folly::test::TEST (MPMCPipeline, TrivialAmplification)
 
 folly::test::TEST (MPMCPipeline, MultiThreaded)
 
int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 161 of file MPMCPipelineTest.cpp.

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

161  {
163  gflags::ParseCommandLineFlags(&argc, &argv, true);
164  return RUN_ALL_TESTS();
165 }
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