]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.target/avr/avr.exp
Update copyright years.
[gcc.git] / gcc / testsuite / gcc.target / avr / avr.exp
CommitLineData
5624e564 1# Copyright (C) 2008-2015 Free Software Foundation, Inc.
7aa840fc
AH
2\r
3# This program is free software; you can redistribute it and/or modify\r
4# it under the terms of the GNU General Public License as published by\r
5# the Free Software Foundation; either version 3 of the License, or\r
6# (at your option) any later version.\r
7# \r
8# This program is distributed in the hope that it will be useful,\r
9# but WITHOUT ANY WARRANTY; without even the implied warranty of\r
10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
11# GNU General Public License for more details.\r
12# \r
13# You should have received a copy of the GNU General Public License\r
14# along with GCC; see the file COPYING3. If not see\r
15# <http://www.gnu.org/licenses/>.\r
16\r
17# GCC testsuite that uses the `dg.exp' driver.\r
18\r
19# Exit immediately if this isn't an AVR target.\r
20if ![istarget avr-*-*] then {\r
21 return\r
22}\r
23\r
24# Load support procs.\r
25load_lib gcc-dg.exp\r
26\r
27# If a testcase doesn't have special options, use these.\r
28global DEFAULT_CFLAGS\r
29if ![info exists DEFAULT_CFLAGS] then {\r
30 set DEFAULT_CFLAGS " -ansi -pedantic-errors"\r
31}\r
32\r
33# Initialize `dg'.\r
34dg-init\r
35\r
36# Main loop.\r
a648cfe8 37dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{\[cCS\],cpp}]] \\r
7aa840fc
AH
38 "" $DEFAULT_CFLAGS\r
39\r
40# All done.\r
41dg-finish\r
This page took 3.648609 seconds and 5 git commands to generate.