]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/objc.dg/torture/strings/strings.exp
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / objc.dg / torture / strings / strings.exp
CommitLineData
0c93aabd 1# String tests that should be run at all optimization levels.
2
f1717362 3# Copyright (C) 2010-2016 Free Software Foundation, Inc.
0c93aabd 4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any 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
19load_lib objc-dg.exp
20load_lib target-supports-dg.exp
21
22dg-init
23
24# Gather a list of all tests.
25set tests [lsort [glob -nocomplain $srcdir/$subdir/*.m]]
26
faff04c3 27objc-dg-runtest $tests "" "-fgnu-runtime"
0c93aabd 28
29# Darwin targets also test with the NeXT runtime.
30if [istarget "*-*-darwin*" ] {
faff04c3 31 objc-dg-runtest $tests "" "-fnext-runtime"
0c93aabd 32}
33
34dg-finish