From 72b19dfbba6e704f59477decffdefb146142e4df Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 27 Jan 2019 07:08:32 -0600 Subject: [PATCH] Update a README --- testing/README.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/README.txt b/testing/README.txt index 108ccb20a..bfce4f562 100644 --- a/testing/README.txt +++ b/testing/README.txt @@ -5,10 +5,10 @@ apps/testing README file include external testing frameworks. There is overlap between what you will find in apps/examples and apps/testing - in the sense that there are some of the tests in apps/examples as well. - Those tests, however, can also be used to illustrate usage of a NuttX - feature. Most of the tests in apps/testing, on the other hand, are pure - tests with little value as usage examples. + in the sense that there are also tests in apps/examples as well. Those + tests, however, can also be used to illustrate usage of a NuttX feature. + Most of the tests in apps/testing, on the other hand, are pure tests with + little value as usage examples. testing/cxxtest ===============