coverage: test that AM_PROG_MKDIR_P and $(mkdir_p) still works
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 07:59:23 +0000 (09:59 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Jul 2012 07:59:23 +0000 (09:59 +0200)
commit2634d5d8ba99a52023f25bb6ea6b038f76e55a7f
treec5d828bc7bfcc798ed36cac9e15c970480d45b07
parentfc21a888343751b9fbd2bc35fe1ffc96f4f310f2
coverage: test that AM_PROG_MKDIR_P and $(mkdir_p) still works

They are deprecated, but should continue to work in the 1.12.x
release series.  Report from Benoit Sigoure and Diego Elio Pattenò:
<http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>

* t/mkdirp-deprecation.sh: Enhance.
* t/mkdir_p.sh: New test, check that AM_INIT_AUTOMAKE still defines
the $(mkdir_p) make variable.  Currently xfailing.
* t/list-of-tests.mk (handwritten_TESTS, XFAIL_TESTS): Add the new
test.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/mkdir_p.sh [new file with mode: 0755]
t/mkdirp-deprecation.sh