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
develop
ESGRAF48
/
test
/
dummy.cpp
7 lines
79 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Added Catch2 tests, moved Age-class to own library
2018-11-24 18:55:16 +00:00
#
include
<catch2/catch.hpp>
TEST_CASE
(
"
Dummy
"
)
{
Re-formatted all source files
2019-10-05 14:14:45 +00:00
REQUIRE
(
true
=
=
true
)
;
Added Catch2 tests, moved Age-class to own library
2018-11-24 18:55:16 +00:00
}