Registry / testing / boost-test

boost-test

JSON →
library1.90.0vcpkgunverified

Boost.Test provides a framework for writing and organizing unit tests.

vcpkg install boost-test
INSTALL
IMPORT
SIG · BOOST-TEST
B
boost-test
testingcppv1.90.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.

boost/test/unit_test.hpp
#include <boost/test/unit_test.hpp>

A simple Boost.Test unit test

#define BOOST_TEST_MODULE MyTest #include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_CASE(test_example) { BOOST_TEST(1 + 1 == 2); }
Debug
Known issues
gotchaBoost.Test requires linking with the unit_test_framework library; header-only mode is not default.
fix
Link Boost::unit_test_framework or define BOOST_TEST_DYN_LINK for dynamic linking.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

boost-test — pip install boost-test · libregistry