]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/objc.dg/torture/strings/strings.exp
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / objc.dg / torture / strings / strings.exp
1 # String tests that should be run at all optimization levels.
2
3 # Copyright (C) 2010-2022 Free Software Foundation, Inc.
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
19 load_lib objc-dg.exp
20 load_lib target-supports-dg.exp
21
22 dg-init
23
24 # Gather a list of all tests.
25 set tests [lsort [glob -nocomplain $srcdir/$subdir/*.m]]
26
27 objc-dg-runtest $tests "" "-fgnu-runtime -Wno-objc-root-class"
28
29 # Darwin targets also test with the NeXT runtime.
30 if [istarget "*-*-darwin*" ] {
31 objc-dg-runtest $tests "" "-fnext-runtime -Wno-objc-root-class"
32 }
33
34 dg-finish