Retro68/gcc/libgomp/testsuite/libgomp.c/c.exp

40 lines
886 B
Plaintext
Raw Normal View History

2012-03-27 23:13:14 +00:00
if [info exists lang_library_path] then {
unset lang_library_path
unset lang_link_flags
}
if [info exists lang_test_file] then {
unset lang_test_file
}
2015-08-28 15:33:40 +00:00
if [info exists lang_include_flags] then {
unset lang_include_flags
}
2012-03-27 23:13:14 +00:00
load_lib libgomp-dg.exp
2014-09-21 17:33:12 +00:00
load_gcc_lib gcc-dg.exp
2012-03-27 23:13:14 +00:00
# If a testcase doesn't have special options, use these.
if ![info exists DEFAULT_CFLAGS] then {
set DEFAULT_CFLAGS "-O2"
}
# Initialize dg.
dg-init
2014-09-21 17:33:12 +00:00
# Turn on OpenMP.
lappend ALWAYS_CFLAGS "additional_flags=-fopenmp"
2012-03-27 23:13:14 +00:00
# Gather a list of all tests.
2018-12-28 15:30:48 +00:00
set tests [lsort [concat \
[find $srcdir/$subdir *.c] \
[find $srcdir/$subdir/../libgomp.c-c++-common *.c]]]
2012-03-27 23:13:14 +00:00
set ld_library_path $always_ld_library_path
append ld_library_path [gcc-set-multilib-library-path $GCC_UNDER_TEST]
set_ld_library_path_env_vars
# Main loop.
dg-runtest $tests "" $DEFAULT_CFLAGS
# All done.
dg-finish