From d0670af4eb37b3dc8597313e9dd77e5665ba0ad3 Mon Sep 17 00:00:00 2001 From: Kris Jusiak Date: Sat, 16 Nov 2019 07:44:18 -0700 Subject: [PATCH] =?UTF-8?q?[Debug]=20Add=20`=CE=BCt`=20Unit=20Testing=20Fr?= =?UTF-8?q?amework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76cbc65bc..9a7c7ef5c 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [UnitTest++](https://github.com/unittest-cpp/unittest-cpp) - A lightweight unit testing framework for C++. [MIT/X Consortium license] * [Unity](https://github.com/ThrowTheSwitch/Unity) - Simple Unit Testing for C. [MIT] * [utest.h](https://github.com/sheredom/utest.h) - Single header unit testing framework for C and C++. [Unlicense] +* [μt](https://github.com/boost-experimental/ut) - C++20 single header/single module, macro-free μ(micro)/Unit Testing Framework [Boost] * [VLD](http://vld.codeplex.com/) - Visual Leak Detector. A free, robust, open-source memory leak detection system for Visual C++. ## Font