fix issues with the open source tests
authorAdam Simpkins <simpkins@fb.com>
Thu, 15 Jun 2017 18:28:06 +0000 (11:28 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 15 Jun 2017 18:35:40 +0000 (11:35 -0700)
commit5dd16dc0be87d7c124416a77a43b5e975825f584
tree98ed2fe1bf5dded7870961507b69ac3c3b626667
parentf47a8a522364937db03748a9a0c4918994a7476e
fix issues with the open source tests

Summary:
Fix build problems in the open source Makefiles that cause issues when running
`make check`

- The test subdirectory needs to be processed before experimental, since some
  tests in experimental/ depend on libfollytestmain from test/
- The stats/test Makefile had an incorrectly copy-and-pasted line for
  libgtest_la_SOURCES but didn't actually build a libgtest.la library.
- The test/ Makefile defined thread_id_test but forgot to add it to TESTS so
  that it would actually be run as part of "make check"

Reviewed By: Orvid

Differential Revision: D5249132

fbshipit-source-id: 5a71e1f72a39d5407b843a5876891c67238ec006
folly/Makefile.am
folly/stats/test/Makefile.am
folly/test/Makefile.am