]> git.ipfire.org Git - thirdparty/gcc.git/blame - libphobos/testsuite/Makefile.am
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libphobos / testsuite / Makefile.am
CommitLineData
b4c522fa
IB
1## Makefile for the testsuite subdirectory of the D Standard library.
2## Copyright (C) 2016-2018 Free Software Foundation, Inc.
3##
4## GCC is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 3, or (at your option)
7## any later version.
8##
9## GCC is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with GCC; see the file COPYING3. If not see
16## <http://www.gnu.org/licenses/>.
17
18# Process this file with automake to produce Makefile.in.
19
20AUTOMAKE_OPTIONS = foreign dejagnu
21
22# Setup the testing framework, if you have one
23EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
24 echo $(top_builddir)/../expect/expect; else echo expect; fi)
25
26_RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
27 echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
22e05272 28RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
b4c522fa
IB
29
30AM_MAKEFLAGS = "EXEEXT=$(EXEEXT)"
31
32CLEANFILES = *.log *.sum