From 0fff8e77912afd6bfc9a4b72e5a0cbcbbe8521f4 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 8 Mar 2019 09:13:53 +0000 Subject: [PATCH] Add ApprovalTests.cpp to list of open source users --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index d71b425a..213504ed 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -17,6 +17,9 @@ Listing a project here does not imply endorsement and the plan is to keep these ## Libraries & Frameworks +### [ApprovalTests.cpp](https://github.com/approvals/ApprovalTests.cpp) +C++11 implementation of Approval Tests, for quick, convenient testing of legacy code. + ### [Azmq](https://github.com/zeromq/azmq) Boost Asio style bindings for ZeroMQ.