This website requires JavaScript.
Explore
Help
Sign In
VKVM
/
Demo
Watch
1
Star
0
Fork
You've already forked Demo
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
Demo
/
test
/
test_demo.cpp
5 lines
78 B
C++
Raw
Permalink
Blame
History
#
include
<catch2/catch.hpp>
TEST_CASE
(
"
Demo test
"
)
{
REQUIRE
(
42
=
=
42
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink