awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
libcheck avatar

libcheck/check

0
View on GitHub↗
1,167 estrellas·223 forks·C·LGPL-2.1·2 vistas

Check

A unit testing framework for C

Features

  • Testing and Benchmarking - Unit testing framework for C.
  • Testing and Debugging - Unit testing framework for C.

Historial de estrellas

Gráfico del historial de estrellas de libcheck/checkGráfico del historial de estrellas de libcheck/check

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace libcheck/check?

A unit testing framework for C

¿Cuáles son las características principales de libcheck/check?

Las características principales de libcheck/check son: Testing and Benchmarking, Testing and Debugging.

¿Qué alternativas de código abierto existen para libcheck/check?

Las alternativas de código abierto para libcheck/check incluyen: catchorg/catch2 — Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing,… cpputest/cpputest — CppUTest unit testing and mocking framework for C/C++. bombela/backward-cpp — backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed… boostorg/test — The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17). cobaltfusion/debugviewpp — DebugView++, collects, views, filters your application logs, and highlights information that is important to you! dascandy/hippomocks — Hippomocks.

Alternativas open-source a Check

Proyectos open-source similares, clasificados según cuántas características comparten con Check.
  • boostorg/testAvatar de boostorg

    boostorg/test

    209Ver en GitHub↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    Ver en GitHub↗209
  • catchorg/catch2Avatar de catchorg

    catchorg/Catch2

    20,198Ver en GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    Ver en GitHub↗20,198
  • bombela/backward-cppAvatar de bombela

    bombela/backward-cpp

    4,285Ver en GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    Ver en GitHub↗4,285
  • cobaltfusion/debugviewppAvatar de CobaltFusion

    CobaltFusion/DebugViewPP

    1,251Ver en GitHub↗

    DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

    C++
    Ver en GitHub↗1,251
  • Ver las 30 alternativas a Check→