source:
tests/HelloWorld.cc@
12759
Last change on this file since 12759 was 12746, checked in by , 11 years ago | |
---|---|
File size: 112 bytes |
Rev | Line | |
---|---|---|
[12746] | 1 | #include "gtest/gtest.h" |
2 | ||
3 | using namespace ::testing; | |
4 | ||
5 | TEST(Example, Test1) | |
6 | { | |
7 | SUCCEED() << "Hello World!"; | |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.