We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background I can't find a section on how to use use doctest with multiple test files. includeing the header in two files does apparently not work.
include
Feature Request Add a FAQ section Compile with multiple files (or similar), where multiple files would be a search keyword for simple browser search.
Compile with multiple files
multiple files
The text was updated successfully, but these errors were encountered:
includeing the header in two files does apparently not work.
It works for me. I have a single source file containing
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include <doctest.h>
and then every source file that has tests just uses #include <doctest.h> on its own.
#include <doctest.h>
Sorry, something went wrong.
added FAQ entry about using multiple source files - fixes #526
a61f989
fixed in dev - will publish a version soon
dev
99e04d2
No branches or pull requests
Background
I can't find a section on how to use use doctest with multiple test files.
include
ing the header in two files does apparently not work.Feature Request
Add a FAQ section
Compile with multiple files
(or similar), wheremultiple files
would be a search keyword for simple browser search.The text was updated successfully, but these errors were encountered: