comparison branches/carfac_cpp/unittest/AGC_unittest.cpp @ 566:69c95fbc3634

* CARFAC_unittest.cpp oops, did not compile. fixed
author Ulf.Hammarqvist@gmail.com
date Fri, 25 May 2012 11:34:55 +0000
parents 9c4c3675c3f8
children d59c0d65624b
comparison
equal deleted inserted replaced
565:3e2e0ab4f708 566:69c95fbc3634
1 #include "AGC.h" 1 #include "AGC.h"
2 #include "gtest/gtest.h" 2 #include "gtest/gtest.h"
3 3
4 // Tests Bar(). 4 // Do tests here
5 TEST(BarTest, Foo) {
6 // This test is named "Foo", and belongs to the "BarTest"
7 // test case.
8 EXPECT_EQ(1, -2);
9 }