gomp.exp   [plain text]


# GCC testsuite that uses the `dg.exp' driver.

# Load support procs.
load_lib gcc-dg.exp

if ![check_effective_target_fopenmp] {
  return
}

# Initialize `dg'.
dg-init

# Main loop.
dg-runtest [lsort [find $srcdir/$subdir *.c]] \
	"" "-fopenmp"

# All done.
dg-finish