Registry / testing / bext-ut

bext-ut

JSON →
library2.3.1vcpkgunverified

C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.

vcpkg install bext-ut
INSTALL
IMPORT
SIG · BEXT-UT
B
bext-ut
testingcppv2.3.1
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.

bext/ut.hpp
#include <bext/ut.hpp>

Define and run a simple test suite

#include "bext/ut.hpp" int main() { "test suite" = [] { "addition" = [] { expect(2 + 2 == 4); }; }; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

bext-ut — pip install bext-ut · libregistry