]> git.ipfire.org Git - thirdparty/automake.git/commit
Add test for Automake::File
authorMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 27 Jul 2018 14:22:26 +0000 (16:22 +0200)
committerMatthias Paulmier <matthias.paulmier@etu.u-bordeaux.fr>
Fri, 27 Jul 2018 14:22:26 +0000 (16:22 +0200)
commitbcbc407fb4338717316122c5fb0699cc472b61c0
tree13db0b0180cf03db98657a8fda1d60a27d33ccc1
parentb3105be57cbbb026b8cb9ad03ccac2f9f0b7e2b9
Add test for Automake::File

This tests the make_paragraphs method from the Automake::File library.  This
uses the newly added .plt file extension as we use the Test::Simple library.

- t/pm/File.pl: Add it.

FIXME: Their is a bug with the test that says:

Filehandle STDOUT reopened as $fh only for input at
/usr/share/perl/5.26/Test2/IPC/Driver/Files.pm line 144 during global
destruction.

It only happens when Automake modules are included.  I suspect this comes from
the Automake::General module but this needs to be investigated.
t/list-of-tests.mk
t/pm/File.plt [new file with mode: 0644]