tests/README: update obsoleted advice
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 May 2011 20:15:32 +0000 (22:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 May 2011 20:20:05 +0000 (22:20 +0200)
commit0f53bd10322ac70691d8bed06533424eef8db0e6
tree6a2dc11bde032211b48b7ef9084d3b54f2669902
parent2fec9f098ac951e1f7725bce5894c3c7355c59ba
tests/README: update obsoleted advice

* tests/README (Section "Writing test cases" subsection "Do"):
Do not suggest to use the `*-p.test' pattern for the names of
hand-written tests which use the `parallel-tests' Automake option.
Not only is this not respected by the existing tests, but it is
more likely to cause conflicts with auto-generated tests.
So, suggest to *avoid* using the `*-p.test' pattern in names
of hand-written tests instead.
(Section "Writing test cases" subsection "Do not"):  When
suggesting not to override Makefile variables using command
line arguments, do not use the badly outdated variables `U'
and 'ANSI2KNR' in the example; instead, use the more common
and typical `DESTDIR'.
ChangeLog
tests/README