]> git.ipfire.org Git - thirdparty/gcc.git/blob - libphobos/testsuite/Makefile.am
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libphobos / testsuite / Makefile.am
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
20 AUTOMAKE_OPTIONS = foreign dejagnu
21
22 # Setup the testing framework, if you have one
23 EXPECT = $(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)
28 RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
29
30 AM_MAKEFLAGS = "EXEEXT=$(EXEEXT)"
31
32 CLEANFILES = *.log *.sum