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
Normal View
History
Unescape
Escape
+ Unit Test Framework + README + CHANGELOG + LICENSE
2019-10-16 16:44:09 +02:00
#
include
<catch2/catch.hpp>
~ changing up a few includes
2020-01-08 19:19:26 +01:00
#
include
"demo.hpp"
+ Unit Test Framework + README + CHANGELOG + LICENSE
2019-10-16 16:44:09 +02:00
TEST_CASE
(
"
Demo test
"
)
{
REQUIRE
(
test
(
)
=
=
42
)
;
}