approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
316 stars 51 forks source link

ApprovalTests with Doctest and custom main() #110

Closed p-podsiadly closed 4 years ago

p-podsiadly commented 4 years ago

Description

This pull request adds a possibility to use custom main() function with Doctest, the same way it's currently possible with Catch2.

claremacrae commented 4 years ago

Hi @p-podsiadly, this is great - thank you very much....

I'll just make a minor change to it, to modify doc/mdsource/UsingDoctest.source.md with the new docs...