awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • doctest/doctestAvatar doctest

    doctest/doctest

    6,765Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,765
  1. Home
  2. Software Engineering & Architecture
  3. Binary Test Stripping