From: Stefano Lattarini Date: Sat, 21 May 2011 09:03:00 +0000 (+0200) Subject: tests/README: small consistency improvement X-Git-Tag: ng-0.5a~89^2~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb4f3b66a082684da7cca051ce32b80abced2ec;p=thirdparty%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 587490a46..39a206669 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-21 Stefano Lattarini + + 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 tests/README: suggest how to run tests in cross-compile mode diff --git a/tests/README b/tests/README index 4d6bbf645..14a128d32 100644 --- a/tests/README +++ b/tests/README @@ -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