Registry / testing / greatest

greatest

JSON →
library1.5.0vcpkgunverified

Single-file testing system for C.

vcpkg install greatest
INSTALL
IMPORT
SIG · GREATEST
G
greatest
testingcppv1.5.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.

greatest.h
#include <greatest.h>

Minimal test suite using greatest.

#include "greatest.h" TEST test_example(void) { ASSERT_EQ(1, 1); PASS(); } SUITE(the_suite) { RUN_TEST(test_example); } GREATEST_MAIN_DEFS(); int main(int argc, char **argv) { GREATEST_MAIN_BEGIN(); RUN_SUITE(the_suite); GREATEST_MAIN_END(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

greatest — pip install greatest · libregistry