Add and fix BUCK files for folly
authorAndrew Gallagher <agallagher@fb.com>
Thu, 25 Sep 2014 01:36:16 +0000 (18:36 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Fri, 26 Sep 2014 22:25:29 +0000 (15:25 -0700)
commit96be388882c179b1454f5c060a187597b9dc2654
treef5a06d4c86a357775437a60467c4182c7fe62b8d
parentd7364d7eac8c6667d98332864642cc3ad55e9398
Add and fix BUCK files for folly

Summary:
This gets almost all of folly building with buck.  There are a few
cases we don't support yet (custom test wrappers for spooky test
binaries, dlopen-enabled exception tracer binary, etc), but the
vast majority is covered.

Test Plan: built all build targets and ran all tests buck

Reviewed By: sdwilsh@fb.com

Subscribers: tjackson, sdwilsh, fugalh, njormrod

FB internal diff: D1577256

Tasks: 5055879
folly/test/FileTest.cpp
folly/test/FutexTest.cpp