]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/dg.exp
re PR c++/3671 (cannot deduce enum template parameter with multiple overloads)
[gcc.git] / gcc / testsuite / g++.dg / dg.exp
CommitLineData
d93415c9
HPN
1# Copyright (C) 2000 Free Software Foundation, Inc.
2
3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by
5# the Free Software Foundation; either version 2 of the License, or
6# (at your option) any later version.
21526606 7#
d93415c9
HPN
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY; without even the implied warranty of
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11# GNU General Public License for more details.
21526606 12#
d93415c9
HPN
13# You should have received a copy of the GNU General Public License
14# along with this program; if not, write to the Free Software
21526606 15# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
d93415c9 16
d93415c9
HPN
17# G++ testsuite that uses the `dg.exp' driver.
18
19# Load support procs.
20load_lib g++-dg.exp
21
22# If a testcase doesn't have special options, use these.
23global DEFAULT_CXXFLAGS
24if ![info exists DEFAULT_CXXFLAGS] then {
25 set DEFAULT_CXXFLAGS " -ansi -pedantic-errors -Wno-long-long"
26}
27
28# Initialize `dg'.
29dg-init
30
cb260b11
JJ
31# Gather a list of all tests, with the exception of those in directories
32# that are handled specially.
c32dd1ef 33set tests [lsort [find $srcdir/$subdir *.C]]
7a1f3f5f 34set tests [prune $tests $srcdir/$subdir/bprob/*]
21526606 35set tests [prune $tests $srcdir/$subdir/charset/*]
768bf0ab 36set tests [prune $tests $srcdir/$subdir/compat/*]
7a1f3f5f
RH
37set tests [prune $tests $srcdir/$subdir/debug/*]
38set tests [prune $tests $srcdir/$subdir/gcov/*]
17211ab5 39set tests [prune $tests $srcdir/$subdir/pch/*]
7a1f3f5f
RH
40set tests [prune $tests $srcdir/$subdir/special/*]
41set tests [prune $tests $srcdir/$subdir/tls/*]
f8b529aa 42
d93415c9 43# Main loop.
f8b529aa 44dg-runtest $tests "" $DEFAULT_CXXFLAGS
d93415c9
HPN
45
46# All done.
47dg-finish
This page took 1.413371 seconds and 5 git commands to generate.