]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/testsuite/Makefile.am
* gcc.dg/noncompile/incomplete-1.c: New test.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / Makefile.am
CommitLineData
7f98c6bc
GDR
1## Makefile for the testsuite subdirectory of the GNU C++ Standard library.
2##
8ea08b7d 3## Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7f98c6bc
GDR
4##
5## This file is part of the libstdc++ version 3 distribution.
6## Process this file with automake to produce Makefile.in.
7
8## This file is part of the GNU ISO C++ Library. This library is free
9## software; you can redistribute it and/or modify it under the
10## terms of the GNU General Public License as published by the
11## Free Software Foundation; either version 2, or (at your option)
12## any later version.
13
14## This library is distributed in the hope that it will be useful,
15## but WITHOUT ANY WARRANTY; without even the implied warranty of
16## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17## GNU General Public License for more details.
18
19## You should have received a copy of the GNU General Public License along
20## with this library; see the file COPYING. If not, write to the Free
21## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
22## USA.
23
8b5fd469 24AUTOMAKE_OPTIONS = cygnus dejagnu
7f98c6bc 25
c6192d88 26DEJATOOL = libstdc++-v3
46840bcd 27
c6192d88
BK
28EXPECT = `if [ -f @glibcpp_builddir@/../../expect/expect ] ; then \
29 echo @glibcpp_builddir@/../../expect/expect ; \
30 else echo expect ; fi`
46840bcd 31
c6192d88
BK
32RUNTEST = `if [ -f @glibcpp_srcdir@/../dejagnu/runtest ] ; then \
33 echo @glibcpp_srcdir@/../dejagnu/runtest ; \
34 else echo runtest; fi`
46840bcd 35
2c839a4e 36AM_RUNTESTFLAGS =
c6192d88 37RUNTESTFLAGS =
755f30f4 38
49bc23b7 39CXX = @glibcpp_CXX@
8ea08b7d 40# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
49bc23b7
BK
41INCLUDES = \
42 -nostdinc++ \
43 @GLIBCPP_INCLUDES@ @LIBSUPCXX_INCLUDES@ @TOPLEVEL_INCLUDES@
8ea08b7d
PE
44
45noinst_LIBRARIES = libv3test.a
46
47libv3test_a_SOURCES = testsuite_hooks.cc
48
49