* 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.
---
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
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
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
* 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
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"):
* 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
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
> >