diff options
Diffstat (limited to 'Tests/GoogleTest/Test/main2.h')
-rw-r--r-- | Tests/GoogleTest/Test/main2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/GoogleTest/Test/main2.h b/Tests/GoogleTest/Test/main2.h new file mode 100644 index 0000000..7243f53 --- /dev/null +++ b/Tests/GoogleTest/Test/main2.h @@ -0,0 +1,6 @@ +#include <gtest/gtest.h> + +TEST(GoogleTest, SomethingElse) +{ + ASSERT_TRUE(true); +} |