From c0f34cc5fbde9f105ec6b08580476188dc2f9ecb Mon Sep 17 00:00:00 2001 From: tuggle Date: Wed, 4 Feb 2026 16:29:21 -0500 Subject: [PATCH] add attest to debug section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d999ac2d5..6e80da6e5 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Debug *Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing* +* [Attest](https://github.com/tugglecore/attest) - Cross-platform, heap-free C test framework with parameterized and lifecycle-aware tests and assertions with ad-hoc formatted messages. [MIT] * [backward-cpp](https://github.com/bombela/backward-cpp) - A beautiful stack trace pretty printer for C++. [MIT] * [Bencher](https://bencher.dev/) - A suite of continuous benchmarking tools designed to catch performance regressions in CI. [MIT]/[Apache2] * [benchmark](https://github.com/google/benchmark) - Google provided small microbenchmark support library. [Apache2]