Skip to content
New issue

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

[compile times] make the DOCTEST_CONFIG_SUPER_FAST_ASSERTS identifier affect normal asserts too #166

Closed
onqtam opened this issue Dec 1, 2018 · 0 comments

Comments

@onqtam
Copy link
Member

onqtam commented Dec 1, 2018

users should not need to change from CHECK(a == b); style to CHECK_EQ(a, b); to be able to take advantage of this powerful config option which makes compilation lightning fast (by basically turning each assert into a single function call).

read here for more info:

https://github.com/onqtam/doctest/blob/master/doc/markdown/configuration.md#doctest_config_super_fast_asserts

@onqtam onqtam changed the title [compile times] make the DOCTEST_CONFIG_SUPER_FAST_ASSERTS identifier affect normal macros [compile times] make the DOCTEST_CONFIG_SUPER_FAST_ASSERTS identifier affect normal asserts too Dec 1, 2018
@onqtam onqtam closed this as completed in c494843 Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant