Merge branch 'msvc'
[platform/upstream/automake.git] / lib / Automake / tests / Makefile.am
1 ## Process this file with automake to create Makefile.in
2
3 # Copyright (C) 2002, 2003, 2008, 2009  Free Software Foundation, Inc.
4
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.
9
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.
14
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/>.
17
18 PL_LOG_COMPILER = $(PERL)
19 AM_PL_LOG_FLAGS = -Mstrict -I ../.. -I $(top_srcdir)/lib -w
20 TEST_EXTENSIONS = .pl
21
22 TESTS = \
23 Condition.pl \
24 Condition-t.pl \
25 Cond2.pl \
26 Cond3.pl \
27 DisjConditions.pl \
28 DisjConditions-t.pl \
29 DisjCon2.pl \
30 DisjCon3.pl \
31 Version.pl \
32 Version2.pl \
33 Version3.pl \
34 Wrap.pl
35
36 XFAIL_TESTS = \
37 Cond2.pl \
38 Cond3.pl \
39 DisjCon2.pl \
40 DisjCon3.pl \
41 Version2.pl \
42 Version3.pl
43
44 EXTRA_DIST = $(TESTS)