Split FileTest to a smaller test and an extended test
authorMichael Lee <mzlee@fb.com>
Thu, 25 Feb 2016 21:51:28 +0000 (13:51 -0800)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Thu, 25 Feb 2016 22:25:46 +0000 (14:25 -0800)
commit68b1410c840bcb6031e441ce45d2f2b7124e3916
tree65daefce901ed7348432501032b1aff08e410c12
parent7bc876aa0bcd8b2685e7661050b102f3713524d8
Split FileTest to a smaller test and an extended test

Summary: FileTest pulls in subprocess and does a lot more than just directly test File.h

Reviewed By: yfeldblum

Differential Revision: D2971641

fb-gh-sync-id: 16e1096ab3b0f6434a26f84c889ebb082ee3f210
shipit-source-id: 16e1096ab3b0f6434a26f84c889ebb082ee3f210
folly/test/FileLockTest.cpp [new file with mode: 0644]
folly/test/FileTest.cpp