Revert Automake license to GPLv2+.
[automake.git] / lib / Automake / tests / Makefile.am
blobb8fb76194969101f4d74d0ff5b471a08cd054901
1 ## Process this file with automake to create Makefile.in
3 ## Copyright (C) 2002, 2003, 2008, 2009  Free Software Foundation, Inc.
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2, or (at your option)
8 ## any later version.
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 PL_LOG_COMPILER = $(PERL)
19 AM_PL_LOG_FLAGS = -Mstrict -I ../.. -I $(top_srcdir)/lib -w
20 TEST_EXTENSIONS = .pl
22 TESTS = \
23 Condition.pl \
24 Condition-t.pl \
25 DisjConditions.pl \
26 DisjConditions-t.pl \
27 Version.pl \
28 Wrap.pl
30 EXTRA_DIST = $(TESTS)