#include #include int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); cpptrace::absorb_trace_exceptions(false); return RUN_ALL_TESTS(); }