#include class ConvBuilderTest : public ::testing::Test { }; TEST_F(ConvBuilderTest, PlaceholderTest) { // TODO: Implement actual test EXPECT_TRUE(true); }