Skip to content

1.1.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 08 Jul 15:04
· 612 commits to master since this release

Added a variant with expression decomposition. See files

  • example3.cpp
  • lest_decompose.hpp
  • test_lest_decompose.cpp

These variants of lest are meant to stay as simple as they are now. As such

  • they provide an easy read into the techniques used, and
  • they stay the tiny test frameworks that are a good fit to include with small projects.

You are encouraged to take it from here and change and expand it as you see fit and publish your variant. If you do, I'd much appreciate to hear from you!

cheers,
Martin