Doctest for C program #809
Replies: 1 comment
-
|
You will have to use a C++ compiler & linker. You can compile your C code with a C++ compiler and then use doctest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can doctest be also used for writing unit tests for a program written in C language? or there would be errors like Linkage Issues, or C++ Test Runner etc. Has someone already done it?
Beta Was this translation helpful? Give feedback.
All reactions