* t/distcheck-pr18286.sh: New test, still XFAILing.
* t/list-of-tests.mk: Add it.
Signed-off-by: Stefano Lattarini
---
t/distcheck-pr18286.sh | 62 ++
t/list-of-tests.mk | 2 ++
2 files changed, 64 insertions(+)
create mode 100644 t/distcheck
BTW, this issue had been already reported in the past:
http://lists.gnu.org/archive/html/automake/2006-09/msg8.html
http://lists.gnu.org/archive/html/automake/2013-01/msg00049.html
"make distcheck" could sometimes fail to detect missing files in the
distribution tarball, especially in those ca
Reference: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18286
On 08/18/2014 02:30 AM, Peter Johansson wrote:
Hi,
I have this snippet in my 'Makefile.am'
include am/test_data.am
$(srcdir)/am/test_data.am: $(srcdir)/test/data.txt $(srcdir)/am/test_data.am.in
cd $(srcdir) && $(SHELL) boots