URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libgomp/] [testsuite/] [libgomp.c/] [c.exp] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
if [info exists lang_library_path] then {
unset lang_library_path
unset lang_test_file
unset lang_link_flags
}
load_lib libgomp-dg.exp
# If a testcase doesn't have special options, use these.
if ![info exists DEFAULT_CFLAGS] then {
set DEFAULT_CFLAGS "-O2 -fopenmp"
}
# Initialize dg.
dg-init
# Gather a list of all tests.
set tests [lsort [find $srcdir/$subdir *.c]]
# Main loop.
dg-runtest $tests "" $DEFAULT_CFLAGS
# All done.
dg-finish
Go to most recent revision | Compare with Previous | Blame | View Log