OSDN Git Service

* gcc.c-torture/execute/execute.exp: Change copyright header to refer to version
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / treelang / compile / compile.exp
1 # Tests for treelang; run from gcc/treelang/Make-lang.in => gcc/Makefile
2
3 # Copyright (C) 2004, 2007 by The Free Software Foundation
4
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 3, or (at your option) any
8 # later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
18 #
19 # In other words, you are welcome to use, share and improve this program.
20 # You are forbidden to forbid anyone else to use, share and improve
21 # what you give them.   Help stamp out software-hoarding!
22
23 # Treelang tests that only need to compile.
24
25 # Load support procs.
26 load_lib treelang-dg.exp
27
28 dg-init
29 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.tree]] "" ""
30 dg-finish