Skip to content

Commit 12697d2

Browse files
authored
add attest to debug section (#1754)
1 parent d8a4741 commit 12697d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
505505
## Debug
506506
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
507507

508+
* [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]
508509
* [backward-cpp](https://github.com/bombela/backward-cpp) - A beautiful stack trace pretty printer for C++. [MIT]
509510
* [Bencher](https://bencher.dev/) - A suite of continuous benchmarking tools designed to catch performance regressions in CI. [MIT]/[Apache2]
510511
* [benchmark](https://github.com/google/benchmark) - Google provided small microbenchmark support library. [Apache2]

0 commit comments

Comments
 (0)