#include #include #include #include #include using namespace homcert; class BFV : public ::testing::Test { protected: std::shared_ptr m_context; }; class BFV_SEAL : public BFV { protected: static void SetUpTestSuite() { // GTEST_SKIP() << "Test environment not available"; } static void TearDownTestSuite() {} }; TEST_F(BFV_SEAL, XXX) { } int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); }