From 357376c9715b1ab59438d8e87295a2a2f496dc20 Mon Sep 17 00:00:00 2001 From: Asim Jalis Date: Wed, 26 Apr 2023 15:21:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1fbb6b7..2463df3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ How To Use ---------- +Minimalist powerful C unit testing framework. + You can use CuTest to create unit tests to drive your development in the style of Extreme Programming. You can also add unit tests to existing code to ensure that it works as you suspect.