[PATCH 1/2] test/README: Trivial fixes for spelling error and long lines

Kevin Cernekee cernekee at gmail.com
Thu Feb 9 06:12:52 UTC 2012


Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
 test/README |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/test/README b/test/README
index 8fb12d9..7d0fe52 100644
--- a/test/README
+++ b/test/README
@@ -1,7 +1,7 @@
 -----------
  For: User
 -----------
-Following make targets are avaialable
+Following make targets are available
 
 make compile
 
@@ -54,12 +54,14 @@ The structure of this test system is:
                           makefiles plus Makefile.in
  test/subdir/*.c          the tests
 
-Each subdir has a Makefile (same for any subdir) that must include in strict order:
+Each subdir has a Makefile (same for any subdir) that must include in strict
+order:
   - the upper-level Rules.mak file
   - the Makefile.in
   - the upper-level Test.mak file
 Makefile.in may be used to define the TESTS and TESTS_DISABLED variables.
-If you do not, TESTS is built automatically based upon all the .c files in the subdir.
+If you do not, TESTS is built automatically based upon all the .c files in
+the subdir.
 TESTS := foo
 TESTS_DISABLED := bar
 Each test must use a similar .c name; so the "foo" test needs a "foo.c".
-- 
1.7.8.3



More information about the uClibc mailing list