MCPcopy Index your code
hub / github.com/Snaipe/Criterion

github.com/Snaipe/Criterion @v2.4.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.4.3 ↗ · + Follow
830 symbols 1,533 edges 192 files 29 documented · 3%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Criterion Logo

Build Status Coverage Status License Version Documentation (Stable) Documentation (Bleeding)

A dead-simple, yet extensible, C and C++ unit testing framework.

Screencast

Philosophy

Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suites, and finally call the right functions.

This gives the user great control, at the unfortunate cost of simplicity.

Criterion follows the KISS principle, while keeping the control the user would have with other frameworks:

  • [x] C99 and C++11 compatible.
  • [x] Tests are automatically registered when declared.
  • [x] Implements a xUnit framework structure.
  • [x] A default entry point is provided, no need to declare a main unless you want to do special handling.
  • [x] Test are isolated in their own process, crashes and signals can be reported and tested.
  • [x] Unified interface between C and C++: include the criterion header and it just works.
  • [x] Supports parameterized tests and theories.
  • [x] Progress and statistics can be followed in real time with report hooks.
  • [x] TAP output format can be enabled with an option.
  • [x] Runs on Linux, FreeBSD, macOS, and Windows (Compiling with MinGW GCC and Visual Studio 2015+).

Downloads

Packages

Platform Command
Ubuntu (>=21.04) / Debian (>=11) apt-get install libcriterion-dev
Gentoo emerge -a dev-libs/criterion
Arch Linux pacman -S criterion
macOS brew install criterion
Nix nix-shell -p criterion
FreeBSD pkg install criterion

If you'd like to see Criterion included in your favorite distribution, please reach out to their package maintainers team.

Binary archives

Binary releases for Linux x86_64 are available on the release page.

If you have a different platform, you can still build the library from source.

Developer Resources

Documentation

An online documentation is available on ReadTheDocs (PDF | Zip | Epub)

Samples

Sample tests can be found in the sample directory.

Getting help

Channel Description
Ask a question in GitHub discussions Ask a question in GitHub discussions
Subscribe to the mailing list Criterion mailing list on freelists.org

Misc

Credits

Criterion is built with the following projects:

Logo made by Paul Bouigue.

Core symbols most depended-on inside this repo

cri_path_build
called by 28
src/compat/path.c
cr_panic
called by 22
src/err.c
sfree
called by 19
src/csptr/mman.c
free_glob
called by 19
src/string/brz.c
strtok_r
called by 18
src/compat/strtok.h
basename_compat
called by 16
src/compat/path.c
cr_send_to_runner
called by 15
src/protocol/messages.c
cri_sections_getaddr
called by 13
src/compat/section-pe.c

Shape

Function 478
Class 279
Enum 50
Method 23

Languages

C66%
C++33%
Python1%

Modules by API surface

src/string/brz.c47 symbols
src/core/client.c34 symbols
src/log/normal.c30 symbols
src/core/runner_coroutine.c23 symbols
include/criterion/logging.h23 symbols
src/core/runner.c22 symbols
src/core/stats.c21 symbols
src/core/client.h20 symbols
src/compat/pipe.c20 symbols
src/protocol/criterion.pb.h19 symbols
src/entry/params.c19 symbols
include/criterion/types.h19 symbols

For agents

$ claude mcp add Criterion \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact