index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
GoogleTest
/
Test
/
main4.h
blob: 19da12a7323442b2ac1e6b51242533753bc8cf15 (
plain
)
1
2
3
4
5
6
#include <gtest/gtest.h>
TEST
(
GoogleTest
,
NoKeywords
)
{
ASSERT_TRUE
(
true
);
}