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
cbf7c4a578
Demo
/
test
/
test_demo.cpp
6 lines
103 B
C++
Raw
Blame
History
#
include
"../src/demo.h"
#
include
<catch2/catch.hpp>
TEST_CASE
(
"
Demo test
"
)
{
REQUIRE
(
42
=
=
42
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink