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
Normal View
History
Unescape
Escape
~ fixed clang tidy errors
2019-11-19 12:26:31 +01:00
#
include
<catch2/catch.hpp>
+ Unit Test Framework + README + CHANGELOG + LICENCE
2019-10-16 16:27:14 +02:00
TEST_CASE
(
"
Demo test
"
)
{
~ fix unit tests not building
2019-12-05 09:34:07 +01:00
REQUIRE
(
42
=
=
42
)
;
+ Unit Test Framework + README + CHANGELOG + LICENCE
2019-10-16 16:27:14 +02:00
}