source:
tests/HelloWorld.cc@
12770
Last change on this file since 12770 was 12746, checked in by , 11 years ago | |
---|---|
File size: 112 bytes |
Line | |
---|---|
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.