cmake: fix the test builds
authorAdam Simpkins <simpkins@fb.com>
Wed, 17 Jan 2018 19:11:01 +0000 (11:11 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 17 Jan 2018 19:21:21 +0000 (11:21 -0800)
commite96129da65d3ad2b20aae5a2bf2d22d2d72b8feb
treef91d3986b5c7da32dbda6c6ab28d7e261f521704
parent6c511999f92066ed84778bca4491c8d139a3195d
cmake: fix the test builds

Summary:
- Fix the locations of some tests that have been moved.
- Remove some tests that have been deleted.
- Comment out some tests that depend on parts of folly that are not currently
  built by the CMake build scripts.
- Fix a build error in CompressionTest.cpp if FOLLY_HAVE_LIBZ is not defined.

Reviewed By: yfeldblum

Differential Revision: D6735700

fbshipit-source-id: 89f60751fa7079b2c609d23d85fbed2a0f317b55
CMakeLists.txt
folly/compression/test/CompressionTest.cpp