Ulf@564: #include "AGC.h" Ulf@564: #include "gtest/gtest.h" Ulf@564: Ulf@564: // Tests Bar(). Ulf@564: TEST(BarTest, Foo) { Ulf@564: // This test is named "Foo", and belongs to the "BarTest" Ulf@564: // test case. Ulf@564: EXPECT_EQ(1, -2); Ulf@564: }