Update LOCAL_PATCHES after libsanitizer merge.
[official-gcc.git] / libphobos / testsuite / Makefile.am
blobd640c0bb6434f7af9825dfd4ccebe4239917dd48
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.
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/>.
18 # Process this file with automake to produce Makefile.in.
20 AUTOMAKE_OPTIONS = foreign dejagnu
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)
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)"
30 AM_MAKEFLAGS = "EXEEXT=$(EXEEXT)"
32 CLEANFILES = *.log *.sum