diff --git a/src/test.cpp b/src/test.cpp index 063393c..49ef7ca 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -4,14 +4,14 @@ #include // TEST(TestSuiteName, testName) {...} -TEST(ProgramTest, testFunction) { +/* TEST(ProgramTest, testFunction) { EXPECT_EQ(functionToTest(4), 8); -} +} */ -TEST(ProgramTest, testFunctionShouldFail) { +/* TEST(ProgramTest, testFunctionShouldFail) { EXPECT_EQ(functionToTest(4), 12); -} +} */ -TEST(PrepTest, testAddFunc) { +/* TEST(PrepTest, testAddFunc) { EXPECT_EQ(add(4, 2), 6); -} +} */