This website requires JavaScript.
Explore
Help
Sign In
mirror
/
jak-project
mirror of
https://github.com/open-goal/jak-project.git
Watch
1
Star
0
Fork
You've already forked jak-project
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
w/old_compiler
jak-project
/
test
/
test_test.cpp
6 lines
90 B
C++
Raw
Permalink
Blame
History
#
include
"gtest/gtest.h"
TEST
(
test
,
test
)
{
EXPECT_TRUE
(
true
)
;
EXPECT_FALSE
(
false
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink