awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesBinary Test Stripping

Techniques for removing all testing-related code and metadata from a final production binary.

Distinguishing note: Existing candidates focus on deduplication of test cases or generation of code, not the total removal of testing logic from a binary.

Explore 1 awesome GitHub repository matching software engineering & architecture · Binary Test Stripping. Refine with filters or upvote what's useful.

Awesome Binary Test Stripping GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • doctest/doctestAvatar von doctest

    doctest/doctest

    6,765Auf GitHub ansehen↗

    doctest is a lightweight C++ unit testing framework and assertion library. It provides a single-header implementation that eliminates complex build dependencies, allowing developers to write and execute test cases directly within their source code. The framework is distinguished by its focus on compile-time performance and binary overhead. It uses conditional compilation guards to strip all testing logic and metadata from production binaries. Additionally, it features hierarchical subcases that re-execute parent setup code to isolate different execution paths within a single test case. Its c

    Strips all testing logic and metadata from production binaries using conditional compilation guards to eliminate overhead.

    C++c-plus-pluscppcpp11
    Auf GitHub ansehen↗6,765
  1. Home
  2. Software Engineering & Architecture
  3. Binary Test Stripping