HavoqGT
test_sequential.cpp
Go to the documentation of this file.
1 #include <gtest/gtest.h>
2 
3 namespace havoqgt { namespace test {
4 
5 TEST(my_test, test_b) {
6  EXPECT_EQ(5, 5);
7 }
8 
9 
10 
11 }} //end namespace apgaf::test
TEST(my_test, test_b)