1 # This harness is
for tests that should be run at all optimisation levels.
7 # Gather a list of all tests.
8 set tests
[lsort
[glob
-nocomplain $srcdir
/$subdir
/*.m
]]
10 objc
-dg
-runtest $tests
"" "-fgnu-runtime"
12 # darwin targets can also run code with the NeXT runtime.
13 if [istarget
"*-*-darwin*" ] {
14 objc
-dg
-runtest $tests
"" "-fnext-runtime"