This website requires JavaScript.
Explore
Help
Sign In
organ
/
Sanmill
Watch
1
Star
0
Fork
You've already forked Sanmill
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a324a42b0f
Sanmill
/
tests
/
gtest
/
test.cpp
8 lines
95 B
C++
Raw
Blame
History
#
include
"pch.h"
TEST
(
TestCaseName
,
TestName
)
{
EXPECT_EQ
(
1
,
1
)
;
EXPECT_TRUE
(
true
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink