tests/README: small consistency improvement
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 May 2011 09:03:00 +0000 (11:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 May 2011 09:03:00 +0000 (11:03 +0200)
* tests/README (Section "User interface" subsection "Running the
tests"): In examples, be more consistent w.r.t. the differences
between GNU and non-GNU make.

ChangeLog
tests/README

index 587490a..39a2066 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-05-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       tests/README: small consistency improvement
+       * tests/README (Section "User interface" subsection "Running the
+       tests"): In examples, be more consistent w.r.t. the differences
+       between GNU and non-GNU make.
+
+2011-05-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
        tests/README: suggest how to run tests in cross-compile mode
        * tests/README (Section "User interface" subsection "Running the
        tests"): Briefly explain how to override 'host_alias' at runtime
index 4d6bbf6..14a128d 100644 (file)
@@ -26,16 +26,13 @@ Running the tests
 
   To run only selected tests:
 
-    make -k check TESTS="foo.test bar.test"
-
-  For non-GNU make, you might have to use this instead:
-
-    env TESTS="foo.test bar.test" make -e -k check
+    make -k check TESTS="foo.test bar.test"             (GNU make)
+    env TESTS="foo.test bar.test" make -e -k check      (non-GNU make)
 
  To run the tests in cross-compilation mode:
 
-    make -k check host_alias="$host_alias"           (GNU make)
-    env host_alias="$host_alias" make -e -k check    (non-GNU make)
+    make -k check host_alias="$host_alias"              (GNU make)
+    env host_alias="$host_alias" make -e -k check       (non-GNU make)
 
  Here `$host_alias' should be defined to a proper value different from
  configure-determined `$build_alias', and should refer to a set of