Ross ROSS = Recommend OSS · open-source software intelligence for agents

silentbicycle/greatest

A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed. observed · 2026-08-28

github.com/silentbicycle/greatest · C · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5350
  • days_rel: n/a
  • days_push: 1179
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1540 stars · 109 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

greatest is a minimal unit testing library for C, distributed as a single header file with no dependencies and no dynamic allocation. It provides assertions, test suites, command-line test filtering, and parametric testing while staying under 1,000 lines of ANSI C89 code.

Use cases

  • unit test C code with minimal setup
  • add tests to an embedded C project without dependencies
  • run individual tests or suites by name during development
  • test C code from a C++ project
  • group tests into suites with shared setup
  • avoid heavyweight test frameworks in a small C library

When to choose

  • you want a zero-dependency, single-file testing solution for C
  • you target constrained or embedded environments where dynamic allocation is unacceptable
  • you need portability across ANSI C89 compilers
  • you want low-friction, fast test iteration with name-based filtering

When to avoid

  • you need property-based testing (use the related theft project)
  • you want rich assertion introspection, mocking, or fixtures out of the box
  • you prefer an opinionated framework with integrated build tooling
  • you need advanced features like parallel test execution

Facets

library · maturity stable

testing testing developer-tools embedded-systems cross-platform c unit-testing single-header c89 no-dependencies test-runner embedded-friendly

1 source

Member repositories

RepositoryRoleHealth v2
silentbicycle/greatestmain32

For agents

markdown · JSON · MCP: product_card(name="silentbicycle/greatest")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem