diff options
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 |
commit | 218c216dfbc4d495a2298f8acb81bba3bcddeeec (patch) | |
tree | eb87b5c3fbe1f33a79d4fce6fd438e72bba04647 /development | |
parent | 14c6d747195db8b78969ea55c812d60cd12645e5 (diff) |
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')
-rw-r--r-- | development/cxxtest/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/cxxtest/README b/development/cxxtest/README index 4b843b0dd689..d967a25489e0 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. |