Split benchmarks and tests
authorMichael Lee <mzlee@fb.com>
Tue, 23 Feb 2016 16:00:49 +0000 (08:00 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Tue, 23 Feb 2016 16:20:33 +0000 (08:20 -0800)
commitd1d243a678452d0db095305a87e29c1d77406dc1
treee8a1eb49cb77c3014979112f347f1a22b51bd86d
parentefe4f93c563a0c84c72e1c753389d0c52c4723ec
Split benchmarks and tests

Summary:Benchmarks need their own main function, which means they
aren't really useful in cases we can't use a custom main function.

Reviewed By: yfeldblum

Differential Revision: D2962104

fb-gh-sync-id: 25bdc6e5a8bdf8c3aa94d393207a74797b2e1234
shipit-source-id: 25bdc6e5a8bdf8c3aa94d393207a74797b2e1234
folly/test/BatonBenchmark.cpp [new file with mode: 0644]
folly/test/BatonTest.cpp
folly/test/BatonTestHelpers.h [new file with mode: 0644]
folly/test/ForeachBenchmark.cpp [new file with mode: 0644]
folly/test/ForeachTest.cpp
folly/test/Makefile.am
folly/test/RWSpinLockTest.cpp