Registry / testing / lest
library1.37.0vcpkgunverified

A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)

vcpkg install lest
INSTALL
IMPORT
SIG · LEST
L
lest
testingcppv1.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lest.hpp
#include <lest.hpp>

Define and run a simple test case

#include <lest.hpp> const lest::test specification[] = { CASE("Addition works") { EXPECT(1 + 1 == 2); } }; int main() { return lest::run(specification); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.37.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

lest — pip install lest · libregistry