mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
* Copy Antithesis SDK version 0.4.0 to directory external/ * Add build option `voidstar` to enable instrumentation with Antithesis SDK * Define instrumentation macros ASSERT and UNREACHABLE in terms of regular C assert * Replace asserts with named ASSERT or UNREACHABLE * Add UNREACHABLE to LogicError * Document instrumentation macros in CONTRIBUTING.md
9 lines
641 B
Markdown
9 lines
641 B
Markdown
# Antithesis C++ SDK
|
|
|
|
This library provides methods for C++ programs to configure the [Antithesis](https://antithesis.com) platform. It contains three kinds of functionality:
|
|
* Assertion macros that allow you to define test properties about your software or workload.
|
|
* Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
|
|
* Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.
|
|
|
|
For general usage guidance see the [Antithesis C++ SDK Documentation](https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html)
|