Registry / testing / rexo
library0.2.2vcpkgunverified

Rexo is a neat single-file cross-platform unit testing framework for C/C++

vcpkg install rexo
INSTALL
IMPORT
SIG · REXO
R
rexo
testingcppv0.2.2
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.

rexo.h
#include <rexo.h>

Simple test case using rexo

#include "rexo.h" REXO_TEST("addition works") { REXO_ASSERT_EQ(2 + 2, 4); } int main() { return rexo_run_tests(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

rexo — pip install rexo · libregistry