awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ libcheck/checkمخطط تاريخ النجوم لـ libcheck/check

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Check

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Check.
  • boostorg/testالصورة الرمزية لـ boostorg

    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/catch2الصورة الرمزية لـ catchorg

    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-cppالصورة الرمزية لـ bombela

    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/debugviewppالصورة الرمزية لـ CobaltFusion

    CobaltFusion/DebugViewPP

    1,251عرض على GitHub↗

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

    C++
    عرض على GitHub↗1,251
عرض جميع البدائل الـ 30 لـ Check→

الأسئلة الشائعة

ما هي وظيفة 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.