Registry / testing / catch-classic

catch-classic

JSON →
library1.12.2vcpkgunverified

A modern, header-only test framework for unit tests This is specifically the legacy 1.x branch provided for compatibility with older compilers.

vcpkg install catch-classic
INSTALL
IMPORT
SIG · CATCH-CLASSIC
C
catch-classic
testingcppv1.12.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.

catch.hpp
✓ #include <catch.hpp>

Define a simple test case using Catch Classic

#define CATCH_CONFIG_MAIN #include <catch.hpp> TEST_CASE("addition works", "[math]") { REQUIRE(1 + 1 == 2); }
Debug
Known issues
gotchaThis is the legacy 1.x branch; prefer Catch2 for new projects.
fix
Use catch2 instead of catch-classic in vcpkg.
affects: >=1.12.2
Upgrade
Version history
1.12.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

catch-classic — pip install catch-classic · libregistry