Fix build and test.
authorTudor Bosman <tudorb@fb.com>
Tue, 12 Jun 2012 22:44:21 +0000 (15:44 -0700)
committerTudor Bosman <tudorb@fb.com>
Tue, 12 Jun 2012 23:23:27 +0000 (16:23 -0700)
commit966000458dcdda8259e053d5be51e3051295ae3d
tree6266dd2432e0c9716e0aa301ec1d6787f63ef47a
parent987da6d2fb6598111f3e1ee3a0f40f35104e6fce
Fix build and test.

Summary:
Fix bug in FBStringTest (don't reuse the same file name)

Don't use VLOG, as that requires that glog is compiled with gflags
support, which it isn't always.

Add other targets and tests, make all tests pass.

Test Plan: tests

Reviewed By: delong.j@fb.com

FB internal diff: D493018
folly/Makefile.am
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/FBStringTest.cpp
folly/test/Makefile.am
folly/test/RWSpinLockTest.cpp