Re-enable io tests
authorTed Percival <ted@tedp.id.au>
Thu, 23 Mar 2017 18:30:38 +0000 (11:30 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 23 Mar 2017 18:37:27 +0000 (11:37 -0700)
commitd91466dc5a098c3cae4bc137e79230c10f123496
tree0ae184aae8e3f2fdf997d5a6cfbcc4cc8fab7438
parentd70b7399f39ea6c183d1070a654a24026985cb10
Re-enable io tests

Summary:
Looks like some tests for the `io` directory were left behind when they were moved out of experimental. Re-enabled them in the new location, except for the compression test because it takes a lot longer. It's still built and can be executed manually.

Also added some preprocessor guards around compression codecs that might not be compiled in (and therefore fail during test SetUp).

Depends on #547 because the path to gtest appears in the new Makefile.am's `CPPFLAGS`.
Closes https://github.com/facebook/folly/pull/550

Reviewed By: yfeldblum

Differential Revision: D4631244

Pulled By: Orvid

fbshipit-source-id: 496b2c272e4f7293822f159776a02f7dd0c9e04d
.gitignore
folly/Makefile.am
folly/configure.ac
folly/experimental/io/test/Makefile.am
folly/io/Compression.cpp
folly/io/test/CompressionTest.cpp
folly/io/test/Makefile.am [new file with mode: 0644]
folly/test/.gitignore [deleted file]