Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
4b68df32835d04d94552cf577084d247b9c44696
/
.
/
examples
/
dll_and_executable
/
implementation_2.cpp
blob: 69665ec30a026cca9e3eea03c44d70bedf5d1724 [
file
] [
log
] [
blame
]
// note that DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL should not be defined here
#include
"doctest.h"
#include
<cstdio>
TEST_CASE
(
"implementation_2"
)
{
printf
(
"I am a test from the implementation_2!\n"
);
}