From d6a4670e0cdcc6b307b123322695920350664e53 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 13 Oct 2020 01:24:18 -0400 Subject: development/unittest-cpp: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/unittest-cpp/README | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'development/unittest-cpp') diff --git a/development/unittest-cpp/README b/development/unittest-cpp/README index 26b697b709ba..804ecfb485ef 100644 --- a/development/unittest-cpp/README +++ b/development/unittest-cpp/README @@ -1,6 +1,8 @@ UnitTest++ is a lightweight unit testing framework for C++. -It was designed to do test-driven development on a wide variety of platforms. -Simplicity, portability, speed, and small footprint are all very important -aspects of UnitTest++. UnitTest++ is mostly standard C++ and makes minimal use -of advanced library and language features, which means it should be easily -portable to just about any platform. + +It was designed to do test-driven development on a wide variety +of platforms. Simplicity, portability, speed, and small footprint +are all very important aspects of UnitTest++. UnitTest++ is mostly +standard C++ and makes minimal use of advanced library and language +features, which means it should be easily portable to just about any +platform. -- cgit v1.2.3