Hash :
5d51a65d
Author :
Date :
2011-05-04T23:36:25
tests: add excerpts from few original bug reports, for clarity. * tests/comment6.test: Add excerpts and/or details from the original bug report that prompted this tests to be added and/or extended. * tests/dejagnu4.test: Likewise. * tests/installdir.test: Likewise.
#! /bin/sh
# Copyright (C) 2001, 2002, 2004, 2011 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Test for PR 203.
# == Report ==
# Some standard targets are missing `-local' hooks. For instance,
# installdirs is missing this. Ideally this would be an automatic
# feature of any exported target.
. ./defs || Exit 1
cat > Makefile.am << 'END'
installdirs-local:
@echo here
END
$ACLOCAL
$AUTOMAKE
test `grep installdirs-local Makefile.in | wc -l` -eq 3