acutest icon indicating copy to clipboard operation
acutest copied to clipboard

Can acutest add support like doctest's DOCTEST_CONFIG_DISABLE?

Open laoshaw opened this issue 2 years ago • 0 comments

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

with this I can put some test case code right in the production code, this flag works just like NDEBUG for assertions which is very convenient sometimes. unfortunately doctest does not support C code.

laoshaw avatar Jul 06 '21 19:07 laoshaw