A common init function for binaries and a default main function for tests
authorDenis Samoylov <den@fb.com>
Thu, 28 Jan 2016 19:18:54 +0000 (11:18 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Thu, 28 Jan 2016 20:20:22 +0000 (12:20 -0800)
commit754568a3ca0583bc4aa9f64a5b09fa9c3743876f
tree62731ef2da6994a40938fae4fda9fb07799dfa67
parente2c9fd6c6f57777bf9d3fe09038bc714124d2060
A common init function for binaries and a default main function for tests

Summary: Added initialization routines to test main function that can help with debugging tests

Reviewed By: markisaa, yfeldblum

Differential Revision: D2839759

fb-gh-sync-id: 71cad45f3747336c8c7f8706db139cd060e1442b
README.md
folly/Makefile.am
folly/configure.ac
folly/experimental/Makefile.am [new file with mode: 0644]
folly/experimental/symbolizer/Makefile.am [new file with mode: 0644]
folly/init/Init.cpp [new file with mode: 0644]
folly/init/Init.h [new file with mode: 0644]
folly/init/Makefile.am [new file with mode: 0644]
folly/test/Makefile.am
folly/test/common/TestMain.cpp [new file with mode: 0644]