Reverting merge from trunk
[official-gcc.git] / gcc / testsuite / objc.dg / torture / strings / strings.exp
blobe4d10eab98b782eee3bffcdbf756a9ffa4fec457
1 # String tests that should be run at all optimization levels.
3 # Copyright (C) 2010-2013 Free Software Foundation, Inc.
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.
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/>.
19 load_lib objc-dg.exp
20 load_lib target-supports-dg.exp
22 dg-init
24 # Gather a list of all tests.
25 set tests [lsort [glob -nocomplain $srcdir/$subdir/*.m]]
27 objc-dg-runtest $tests "-fgnu-runtime"
29 # Darwin targets also test with the NeXT runtime.
30 if [istarget "*-*-darwin*" ] {
31 objc-dg-runtest $tests "-fnext-runtime"
34 dg-finish