[lest] Add lest v1.34.1 (was: v1.34.0)#5353
Conversation
|
@martinmoene Thanks for this PR! It looks pretty good to me, but I have one question. I took the "Example Usage" code from the lest github repo and attempted to build. The example doesn't build because this port installs the headers into the |
|
@Codiferous Ah, good catch, I'll look into it and update/report back. |
To support vcpkg installations, examples now specify folder 'lest' in the include directives, like: #include "lest/lest.hpp".
|
@Codiferous I changed the occurrences of |
|
Argh! lest version needs updating... back in a minute... |
|
@Codiferous ok, done. |
|
@martinmoene I updated the hash for lest because it wasn't matching. With that change, everything looks beautiful. I'm really happy to have lest in vcpkg! 😄 |
|
Thanks! |
First version of lest C++ tiny test framework.
See also issue #1489.