Split up experimental/TestUtil
authorMichael Lee <mzlee@fb.com>
Mon, 30 Jan 2017 20:03:04 +0000 (12:03 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 30 Jan 2017 20:18:13 +0000 (12:18 -0800)
commitceac4e9ef26fdad9bb3259c2d3702051a331d193
tree69270a34ccdb3b8efa9986b66b53efc6c7171407
parent0637780a1f6e49d4ec9026e24ba941bbd9991833
Split up experimental/TestUtil

Summary: TestUtil is primarily a temporary file and temporary directory.  Split out the env variable manipulation into a different file.

Reviewed By: Orvid

Differential Revision: D4482071

fbshipit-source-id: 9d1a4a08010a8fad270aa56a7e1432829eb6484c
folly/Makefile.am
folly/experimental/EnvUtil.cpp [new file with mode: 0644]
folly/experimental/EnvUtil.h [new file with mode: 0644]
folly/experimental/TestUtil.cpp
folly/experimental/TestUtil.h
folly/experimental/test/EnvUtilTest.cpp [new file with mode: 0644]
folly/experimental/test/TestUtilTest.cpp