From: Stefano Lattarini Date: Sat, 21 May 2011 09:03:00 +0000 (+0200) Subject: tests/README: small consistency improvement X-Git-Tag: v1.11b~257^2~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deb4f3b66a082684da7cca051ce32b80abced2ec;p=platform%2Fupstream%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 587490a..39a2066 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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 * tests/README (Section "User interface" subsection "Running the tests"): Briefly explain how to override 'host_alias' at runtime diff --git a/tests/README b/tests/README index 4d6bbf6..14a128d 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