Refactor tests to verify that a single folly target can be used successfully
authorMarc Horowitz <mhorowitz@fb.com>
Tue, 12 May 2015 02:23:45 +0000 (19:23 -0700)
committerwoo <woo@fb.com>
Tue, 26 May 2015 18:31:47 +0000 (11:31 -0700)
commitb0131bea126f9febe31c825fc4cd11d5d8996304
treea28dac9a789d44ff7be46c099e25c02072f6ad91
parent3b4d7b6a8e7c001af8ff7fc4a55229d58b2114db
Refactor tests to verify that a single folly target can be used successfully

Summary:
This includes a change to Range to move operator<< into the
header, to achieve the goal.  Specifically, see format_test,
dynamic_test, json_test, demangle_test

Test Plan: fbconfig -r buck && fbmake runtests

Reviewed By: njormrod@fb.com

Subscribers: darshan, tjackson, folly-diffs@, yfeldblum, chalfant

FB internal diff: D2063698

Signature: t1:2063698:1431467309:069da6d74bb5c384e7a21e6be19a4b20466bdd92
folly/Range.cpp
folly/Range.h
folly/test/DemangleTest.cpp [new file with mode: 0644]
folly/test/DynamicOtherTest.cpp [new file with mode: 0644]
folly/test/DynamicTest.cpp
folly/test/FormatOtherTest.cpp [new file with mode: 0644]
folly/test/FormatTest.cpp
folly/test/JsonOtherTest.cpp [new file with mode: 0644]
folly/test/JsonTest.cpp
folly/test/StringTest.cpp