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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.