[FYI] {GSoC} coverage: parallel-tests and lazy dependencies on EXTRA_PROGRAMS

2011-08-02 Thread Stefano Lattarini
* tests/parallel-tests-extra-programs.test: New test. * tests/Makefile.am (TESTS): Update. * doc/automake.texi (Parallel Test Harness): Add a comment pointing to the new test. --- ChangeLog|8 ++ doc/automake.texi|1 + tests/Makefile.

[FYI] {GSoC} * NEWS: Fix typo, and related reformatting.

2011-08-02 Thread Stefano Lattarini
--- ChangeLog |4 NEWS |8 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a04d71..b681294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-08-03 Stefano Lattarini + * NEWS: Fix typo, and related reformat

[FYI] {GSoC} NEWS: add mention of new experimental TAP support

2011-08-02 Thread Stefano Lattarini
diff --git a/ChangeLog b/ChangeLog index 6e13215..6a04d71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-08-03 Stefano Lattarini + + * NEWS: add mention of new experimental TAP support + 2011-08-02 Stefano Lattarini testsuite: rename some test scripts diff --git

Re: [PATCH 2/2] test harness: use new `.trs' files to hold test metadata

2011-08-02 Thread Stefano Lattarini
On Tuesday 02 August 2011, Stefano Lattarini wrote: > > And here is the patch implementing this new APIs. It still lacks > > documentation in `doc/automake.texi' (I hope I'll be able to post that > > tomorrow), > > > Attached is the squash-in with the documentation addition, plus some > tweakings

[FYI] {GSoC} testsuite: rename some test scripts

2011-08-02 Thread Stefano Lattarini
* tests/parallel-tests-am_tests_environment.test: Renamed ... * tests/am-tests-environment.test: ... to this. * tests/check-tests_environment.test: Renamed ... * tests/tests-environment.test: ... to this. * tests/parallel-test-driver-install.test: Renamed ... * tests/parallel-tests-driver-install.t

Re: [PATCH] {GSoC} docs: improve, extend and fix documentation on TAP support

2011-08-02 Thread Stefano Lattarini
On Tuesday 02 August 2011, Stefano Lattarini wrote: > * doc/automake.texi ("Using the TAP test protocol"): Divide this > section into ... > ("Introduction to TAP", "Use TAP with the Automake test harness", > "Incompatibilities with other TAP parsers and drivers", "Links > and external resources"):

[PATCH] {GSoC} docs: improve, extend and fix documentation on TAP support

2011-08-02 Thread Stefano Lattarini
* doc/automake.texi ("Using the TAP test protocol"): Divide this section into ... ("Introduction to TAP", "Use TAP with the Automake test harness", "Incompatibilities with other TAP parsers and drivers", "Links and external resources"): ... these subsections, extend them by adding more information

Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-02 Thread Stefano Lattarini
On Tuesday 02 August 2011, Bruno Haible wrote: > Hi Stefano, > > > > +When a file to be included is generated during the build and not part > > > +of a distribution tarball, its location is under @code{$(builddir)}, > > > +not under @code{$(srcdir)}. This matters for builds outside the source > >