Split tests into test and benchmarks.
authorMichael Lee <mzlee@fb.com>
Thu, 25 Feb 2016 22:58:16 +0000 (14:58 -0800)
committerfacebook-github-bot-3 <folly-bot@fb.com>
Thu, 25 Feb 2016 23:05:34 +0000 (15:05 -0800)
commit705e7518ea5685ee7812d96dae277787e15d5ca8
treea20fce1027fba913ddd6e485a80fdc9d64b23f74
parent68b1410c840bcb6031e441ce45d2f2b7124e3916
Split tests into test and benchmarks.

Summary:Split up

  io/test/IOBufCursorTest
  test/BitsTest
  test/CacheLocalityTest
  test/CallOnceTest
  test/ConvTest
  test/LoggingTest
  test/MemoryIdlerTest
  test/RandomTest
  test/ThreadLocalTest

Reviewed By: yfeldblum

Differential Revision: D2973132

fb-gh-sync-id: 9dadbdf49a31e82c3a2e34c2fdb6a2b47aa0928d
shipit-source-id: 9dadbdf49a31e82c3a2e34c2fdb6a2b47aa0928d
20 files changed:
folly/Makefile.am
folly/io/test/IOBufCursorBenchmark.cpp [new file with mode: 0644]
folly/io/test/IOBufCursorTest.cpp
folly/portability/GFlags.h [new file with mode: 0644]
folly/test/BitsBenchmark.cpp [new file with mode: 0644]
folly/test/BitsTest.cpp
folly/test/CacheLocalityBenchmark.cpp [new file with mode: 0644]
folly/test/CacheLocalityTest.cpp
folly/test/CallOnceBenchmark.cpp [new file with mode: 0644]
folly/test/CallOnceTest.cpp
folly/test/ConvBenchmark.cpp [new file with mode: 0644]
folly/test/ConvTest.cpp
folly/test/LoggingBenchmark.cpp [new file with mode: 0644]
folly/test/LoggingTest.cpp
folly/test/MemoryIdlerBenchmark.cpp [new file with mode: 0644]
folly/test/MemoryIdlerTest.cpp
folly/test/RandomBenchmark.cpp [new file with mode: 0644]
folly/test/RandomTest.cpp
folly/test/ThreadLocalBenchmark.cpp [new file with mode: 0644]
folly/test/ThreadLocalTest.cpp