Skip to content

1.21.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 28 Dec 11:00
· 316 commits to master since this release

This release adds auto registration for test cases to lest.hpp (lest_FEATURE_AUTO_REGISTER).

Using auto registration reduces compilation time compared to the table approach.

See examples 12-module-auto-reg-[123].cpp.