Move some tests to folly
authorDaniel Sommermann <dcsommer@fb.com>
Thu, 13 Nov 2014 18:49:31 +0000 (10:49 -0800)
committerDave Watson <davejwatson@fb.com>
Wed, 19 Nov 2014 20:53:07 +0000 (12:53 -0800)
commit5e80856a1c8a52fc32a9d2eb776aaace0ca61182
tree5b1c0aa91fb02cf6a35241a24e74c1061ed814bf
parent6d8f063dcd952c6198f7312f5a9e01e928a8d84d
Move some tests to folly

Summary:
These lived in fbthrift previously, but they should move with the
main code too.

Test Plan: unit tests

Reviewed By: davejwatson@fb.com

Subscribers: doug, alandau, bmatheny, njormrod, mshneer, folly-diffs@

FB internal diff: D1683229

Signature: t1:1683229:1416010730:36fb7e4c9916ae7a9b5972cd476f82014c5f4c78
folly/Makefile.am
folly/io/async/test/EventBaseTest.cpp [new file with mode: 0644]
folly/io/async/test/HHWheelTimerTest.cpp [new file with mode: 0644]
folly/io/async/test/SocketPair.cpp [new file with mode: 0644]
folly/io/async/test/SocketPair.h [new file with mode: 0644]
folly/io/async/test/TimeUtil.cpp [new file with mode: 0644]
folly/io/async/test/TimeUtil.h [new file with mode: 0644]
folly/io/async/test/UndelayedDestruction.h [new file with mode: 0644]
folly/io/async/test/Util.h [new file with mode: 0644]