From: Stefano Lattarini Date: Sun, 3 Jul 2011 13:45:02 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: ng-0.5a~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12803f06863ba563237ab2404e28897c07f8b757;p=thirdparty%2Fautomake.git Merge branch 'maint' * maint: docs, tests: synchronize examples from docs to tests --- 12803f06863ba563237ab2404e28897c07f8b757 diff --cc ChangeLog index 5da2962c8,c77326d2f..c1e4a4609 --- a/ChangeLog +++ b/ChangeLog @@@ -1,28 -1,26 +1,49 @@@ + 2011-07-01 Stefano Lattarini + + docs, tests: synchronize examples from docs to tests + * tests/README (Writing test cases): Give suggestions on how to + keep test cases and examples in the documentation synchronized. + * doc/automake.texi: Improve or fix existing testcase-referencing + comments, and add many new ones. + * HACKING (Administrivia): Suggest to test complex examples and + idioms from the manual. + * tests/specflg8.test: Improve synchronization with the example + in the manual. + * tests/output11.test:Likewise. + * tests/txinfo21.test:Likewise. - * tests/interp.test: Likewise. Since we are at it, and enable - the `errexit' shell flag, do related changes, and add trailing - `:'command. ++ * tests/interp.test: Likewise. + * tests/amhello-cflags.test: New test. + * tests/amhello-cross-compile.test: Likewise. + * tests/amhello-binpkg.test: Likewise. + * tests/tests-environment-backcompat: Likewise. + * tests/parallel-tests-log-compiler-example.test: Likewise. + * tests/Makefile.am (TESTS): Update. + +2011-06-30 Stefano Lattarini + + coverage: new test on parallel-tests TESTS runtime overriding + * tests/parallel-tests-cmdline-override.test: New test, check that + we can use indirections when overriding TESTS and TEST_LOGS from + the command line. + * tests/Makefile.am (TESTS): Update. + +2011-06-29 Stefano Lattarini + + docs: explain why AM_TESTS_ENVIRONMENT must be semicolon-terminated + * doc/automake.texi (Simple Tests using parallel-tests): Ditto, and + related adjustments. + Suggestion by Ralf Wildenhues. + +2011-06-29 Stefano Lattarini + + docs: fix unportable example of AM_TESTS_ENVIRONMENT usage + * doc/automake.texi (Simple Tests using parallel-tests): The + old example on AM_TESTS_ENVIRONMENT relied on unportable shell + features, and in particular didn't work with various Korn + Shells (see also commit `v1.11-925-g29ca903'). Give another + example, simpler this time, but still inspired to real-world + usage (the GNU coreutils testsuite). + 2011-06-23 Stefano Lattarini docs: avoid a footnote, some related rewordings and improvements diff --cc tests/Makefile.am index 0409258f3,8da5a21fc..fd50754fe --- a/tests/Makefile.am +++ b/tests/Makefile.am @@@ -727,7 -604,7 +731,8 @@@ parallel-tests-harderror.test parallel-tests-log-override-1.test \ parallel-tests-log-override-2.test \ parallel-tests-log-override-recheck.test \ +parallel-tests-cmdline-override.test \ + parallel-tests-log-compiler-example.test \ parse.test \ percent.test \ percent2.test \ diff --cc tests/Makefile.in index c5018197c,150423370..306189da5 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@@ -1000,7 -881,7 +1004,8 @@@ parallel-tests-harderror.test parallel-tests-log-override-1.test \ parallel-tests-log-override-2.test \ parallel-tests-log-override-recheck.test \ +parallel-tests-cmdline-override.test \ + parallel-tests-log-compiler-example.test \ parse.test \ percent.test \ percent2.test \