blob: cb91c791ea9015abb1d5b9ebd24f0da7bf42df36 (
plain)
1
2
3
4
5
6
7
|
# This harness is for tests that should be run at all optimisation levels.
load_lib gcc-dg.exp
dg-init
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.c $srcdir/c-c++-common/torture/*.c]] ""
dg-finish
|