Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
554e8382ea3bdb99b071ccf0a45b962ddd916708
/
.
/
examples
/
exe_with_static_libs
/
main.cpp
blob: 5542f57dc446a7986c4fffdcfc4b0f81c9b6ec91 [
file
] [
log
] [
blame
]
#define
DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include
<doctest/doctest.h>
TEST_CASE
(
"main"
)
{
std
::
cout
<<
"hello from <main.cpp>"
<<
std
::
endl
;
}