awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
libcheck avatar

libcheck/check

0
View on GitHub↗
1,167 星标·223 分支·C·LGPL-2.1·4 次浏览

Check

A unit testing framework for C

Features

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

Star 历史

libcheck/check 的 Star 历史图表libcheck/check 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

libcheck/check 是做什么的?

A unit testing framework for C

libcheck/check 的主要功能有哪些?

libcheck/check 的主要功能包括:Testing and Benchmarking, Testing and Debugging。

libcheck/check 有哪些开源替代品?

libcheck/check 的开源替代品包括: 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.

Check 的开源替代方案

相似的开源项目,按与 Check 的功能重合度排序。
  • boostorg/testboostorg 的头像

    boostorg/test

    209在 GitHub 上查看↗

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

    C++boostc-plus-plusunit-testing
    在 GitHub 上查看↗209
  • catchorg/catch2catchorg 的头像

    catchorg/Catch2

    20,198在 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
    在 GitHub 上查看↗20,198
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 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++
    在 GitHub 上查看↗4,285
  • cobaltfusion/debugviewppCobaltFusion 的头像

    CobaltFusion/DebugViewPP

    1,251在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,251
  • 查看 Check 的所有 30 个替代方案→