This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
ESGRAF48
Watch
1
Star
0
Fork
You've already forked ESGRAF48
0
Code
Issues
9
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cd001913c2
ESGRAF48
/
test
/
dummy.cpp
8 lines
77 B
C++
Raw
Blame
History
#
include
<catch2/catch.hpp>
TEST_CASE
(
"
Dummy
"
)
{
REQUIRE
(
true
=
=
true
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink