summaryrefslogtreecommitdiffstats
path: root/development/cxxtest
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 21:01:00 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:38:59 +0700
commit218c216dfbc4d495a2298f8acb81bba3bcddeeec (patch)
treeeb87b5c3fbe1f33a79d4fce6fd438e72bba04647 /development/cxxtest
parent14c6d747195db8b78969ea55c812d60cd12645e5 (diff)
downloadslackbuilds-218c216dfbc4d495a2298f8acb81bba3bcddeeec.tar.gz
slackbuilds-218c216dfbc4d495a2298f8acb81bba3bcddeeec.tar.xz
development/cxxtest: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cxxtest')
-rw-r--r--development/cxxtest/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/development/cxxtest/README b/development/cxxtest/README
index 4b843b0dd6..d967a25489 100644
--- a/development/cxxtest/README
+++ b/development/cxxtest/README
@@ -1,7 +1,8 @@
-CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit,
-CppUnit, and xUnit. CxxTest is easy to use because it does not require
-precompiling a CxxTest testing library, it employs no advanced features of C++
-(e.g. RTTI) and it supports a very flexible form of test discovery.
+CxxTest is a unit testing framework for C++ that is similar in spirit
+to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does
+not require precompiling a CxxTest testing library, it employs no
+advanced features of C++ (e.g. RTTI) and it supports a very flexible
+form of test discovery.
-Package ply is an optional runtime dependency: it's needed for the FOG C++
-parser.
+Package ply is an optional runtime dependency: it's needed for the FOG
+C++ parser.