From 171cac09970d256dc05e9ee19694814444b7f63d Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 21 May 2022 21:28:08 +0800 Subject: [PATCH] Debug: Add FakeIt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52863c1..e83e170 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [dbg-macro](https://github.com/sharkdp/dbg-macro) - A dbg(…) macro for C++. [MIT] * [DebugViewPP](https://github.com/CobaltFusion/DebugViewPP) - Debug logging viewer. [BSL] * [Deleaker](http://www.deleaker.com) - A tool for resource leak detection, including memory, GDI and handle leaks. +* [FakeIt](https://github.com/eranpeer/FakeIt) - Simple mocking framework for C++. [MIT] * [fff](https://github.com/meekrosoft/fff) - A micro-framework for creating fake C functions. [MIT] * [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD] * [Google Test](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]