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